Skip to content

Commit 96dfc00

Browse files
authored
Support React Native 0.86 (#4166)
## Description This PR brings support for React Native 0.86 ## Required changes - #4160 - Module has not been registered as callable ([6c29e4e](6c29e4e)) ## Status - ## 0.86.0 ✅ - 0.86.0-rc.3 ✅ - 0.86.0-rc.2 ✅ - 0.86.0-rc.1 ✅ - 0.86.0-rc.0 ✅ ## Test plan Tested that `basic-example` builds and works correctly.
1 parent 9615b6a commit 96dfc00

10 files changed

Lines changed: 914 additions & 755 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
@@ -401,6 +401,7 @@
401401
"$(inherited)",
402402
" ",
403403
);
404+
PODFILE_DIR = "$(SRCROOT)";
404405
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
405406
SDKROOT = iphoneos;
406407
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -479,6 +480,7 @@
479480
"$(inherited)",
480481
" ",
481482
);
483+
PODFILE_DIR = "$(SRCROOT)";
482484
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
483485
SDKROOT = iphoneos;
484486
SWIFT_ENABLE_EXPLICIT_MODULES = NO;

0 commit comments

Comments
 (0)