Skip to content

Commit 41299ef

Browse files
committed
get react-native-macOS app building with Expo
1 parent 6a83a84 commit 41299ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/jsi/example/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"expo": {
3-
"name": "NativescriptJsi Example",
3+
"name": "NativescriptJsiExample",
44
"slug": "nativescript-jsi-example",
55
"version": "1.0.0",
66
"orientation": "portrait",

packages/jsi/example/macos/NativescriptJsi-macOS/AppDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ @implementation AppDelegate
77

88
- (void)applicationDidFinishLaunching:(NSNotification *)notification
99
{
10-
self.moduleName = @"NativescriptJsi";
10+
self.moduleName = @"main";
1111
// You can add your custom initial props in the dictionary below.
1212
// They will be passed down to the ViewController used by React Native.
1313
self.initialProps = @{};

0 commit comments

Comments
 (0)