Skip to content

Commit 1fd3316

Browse files
authored
chore: upgrade to Nitro 20 (#61)
1 parent da69a3f commit 1fd3316

File tree

56 files changed

+7383
-3435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7383
-3435
lines changed

example/ios/NitroPlayground.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
" ",
578578
);
579579
OTHER_SWIFT_FLAGS = "";
580-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
580+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
581581
SDKROOT = iphoneos;
582582
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
583583
SWIFT_INCLUDE_PATHS = "$(SRCROOT)/../nitrogen/**";
@@ -655,7 +655,7 @@
655655
" ",
656656
);
657657
OTHER_SWIFT_FLAGS = "";
658-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
658+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
659659
SDKROOT = iphoneos;
660660
SWIFT_INCLUDE_PATHS = "$(SRCROOT)/../nitrogen/**";
661661
USE_HERMES = true;

example/ios/Podfile.lock

Lines changed: 129 additions & 129 deletions
Large diffs are not rendered by default.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cli-table3": "^0.6.5",
1313
"react": "18.3.1",
1414
"react-native": "0.76.0",
15-
"react-native-nitro-modules": "^0.18.0"
15+
"react-native-nitro-modules": "^0.20.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)