Daniil Klimianok
Results
1
comments of
Daniil Klimianok
If it's urgent fix, you can add this line inside of podfile: `sed -i -e $'s/__IPHONE_10_0/__IPHONE_13_0/' #{installer.sandbox.root}/RCT-Folly/folly/portability/Time.h` After that run: **pod install --repo-update** ``` require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios,...