You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to scaffold a react native native module using jsi with cpp. I'm unable to get the sample working on iOS and curious if anyone else has seen an issue.
To reproduce:
npx create-react-native-library react-native-nativetest then cd into folder
yarn
yarn android --> Loads and works correctly. Result: 21 displayed on screen
cd /example/ios --> pod install --> Pods all install properly including the react-native-nativetest 0.1
Open XBCode Project to set signing certificate
cd to / and run yarn ios --> Builds and installs on the phone. Dev server still running from Android, so I reload the app and it connects, bundles, and splash screen displays. Then goes black screen with a Console Warning: RCTBridge required dispatch_sync to load RCTAccessibilityManager with no other errors.
Trying to build directly in Xcode project shows this error:
Has anyone else encountered this recently and any tips to get it running on iOS?
Testing on iOS 17.4 with iPhone 14
The text was updated successfully, but these errors were encountered:
therealpurplemana
changed the title
create-react-native-library for native module with c++ possibly broken
create-react-native-library example for native module with c++ possibly broken on iOS
Feb 3, 2024
Hi, I'm trying to scaffold a react native native module using jsi with cpp. I'm unable to get the sample working on iOS and curious if anyone else has seen an issue.
To reproduce:
Trying to build directly in Xcode project shows this error:
Has anyone else encountered this recently and any tips to get it running on iOS?
Testing on iOS 17.4 with iPhone 14
The text was updated successfully, but these errors were encountered: