Skip to content

Commit 7df6d1a

Browse files
committed
Support React Native 0.86 (#4166)
This PR brings support for React Native 0.86 - #4160 - Module has not been registered as callable ([6c29e4e](6c29e4e)) - ## 0.86.0 ✅ - 0.86.0-rc.3 ✅ - 0.86.0-rc.2 ✅ - 0.86.0-rc.1 ✅ - 0.86.0-rc.0 ✅ Tested that `basic-example` builds and works correctly.
1 parent 0478bb5 commit 7df6d1a

9 files changed

Lines changed: 546 additions & 602 deletions

File tree

apps/basic-example/ios/BasicExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
"$(inherited)",
398398
" ",
399399
);
400+
PODFILE_DIR = "$(SRCROOT)";
400401
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
401402
SDKROOT = iphoneos;
402403
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -475,6 +476,7 @@
475476
"$(inherited)",
476477
" ",
477478
);
479+
PODFILE_DIR = "$(SRCROOT)";
478480
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
479481
SDKROOT = iphoneos;
480482
SWIFT_ENABLE_EXPLICIT_MODULES = NO;

0 commit comments

Comments
 (0)