formfacade / embed-react-native

Customize the UI and embed Google Forms in React native using Formfacade.
https://www.npmjs.com/package/@formfacade/embed-react-native
ISC License
7 stars 0 forks source link

Not working on Expo - 'RNCWebViewModule' could not be found. #1

Closed nguyentrancong closed 1 month ago

nguyentrancong commented 1 month ago

Describe the bug Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCWebViewModule' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["PlatformConstants","LogBox","SourceCode","Timing","AppState","BlobModule","WebSocketModule","SettingsManager","DevSettings","Networking","RedBox","Appearance","DevLoadingView","DeviceInfo","UIManager","ImageLoader","LinkingManager","RNCSafeAreaContext","NativeAnimatedModule","I18nManager","RNCSafeAreaContext"],"TurboModules":[],"NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","BugReporting","HeadlessJsTaskSupport","SoundManager","IntentAndroid","NativeReactNativeFeatureFlagsCxx","RNSModule","RNCWebViewModule"]}, js engine: hermes

To Reproduce Run on Expo

Expected behavior A clear and concise description of what you expected to happen.

Screenshots simulator_screenshot_2B74B582-E767-473B-B693-9EC227430F6F

Harikarthyk commented 1 month ago

Can you share which version of React Native you use? Also, if you have used the react-native-webview library, can you share its version as well?

Harikarthyk commented 1 month ago

https://github.com/formfacade/embed-react-native?tab=readme-ov-file#installation

We have updated the installation steps.  After installing @formfacade/embed-react-native

Please install React Native webview. npm i react-native-webview

Then go to the iOS directory and do a pod install.

cd ios
pod install

Let me know if this works for you.