es7sec
Results
1
comments of
es7sec
This is work for me. 1. Before running pod install, set RCT_NEW_ARCH_ENABLED=1 example: `RCT_NEW_ARCH_ENABLED=1 pod install` 2. Modify `RNExitApp.mm` Open this file: [my-project]/node_modules/react-native-exit-app/ios/RNExitApp/RNExitApp.mm Replace the import statement: `#import ` to...