We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a83a84 commit 41299efCopy full SHA for 41299ef
2 files changed
packages/jsi/example/app.json
@@ -1,6 +1,6 @@
1
{
2
"expo": {
3
- "name": "NativescriptJsi Example",
+ "name": "NativescriptJsiExample",
4
"slug": "nativescript-jsi-example",
5
"version": "1.0.0",
6
"orientation": "portrait",
packages/jsi/example/macos/NativescriptJsi-macOS/AppDelegate.mm
@@ -7,7 +7,7 @@ @implementation AppDelegate
7
8
- (void)applicationDidFinishLaunching:(NSNotification *)notification
9
10
- self.moduleName = @"NativescriptJsi";
+ self.moduleName = @"main";
11
// You can add your custom initial props in the dictionary below.
12
// They will be passed down to the ViewController used by React Native.
13
self.initialProps = @{};
0 commit comments