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
I was trying to run the NativeBase-KitchenSink application, I cloned it did and did following
npm install
npm start
It showed me the expo url and the barcode, but when I tried opening it in the expo app in android , it gave me the following error
error: bundling failed: "Unable to resolve module `react-native/Libraries/Renderer/src/renderers/native/createReactNativeComponentClass` from `/home/athakral/learn/react/NativeBase-KitchenSink/node_modules/react-native-svg/elements/Rect.js`: Module does not exist in the module map\n\n
This might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:
1. Clear watchman watches: `watchman watch-del-all`.
2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.
3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start -- --reset-cache`."
Now, this one doesn't seem related to facebook/react-native#4968. But even after following the suggest steps. I could not access the app in android.
I am using the following version of react and react-native and all.
Hi GeekAnts Team :)
First of all thanks a ton for the great project.
I was trying to run the NativeBase-KitchenSink application, I cloned it did and did following
It showed me the expo url and the barcode, but when I tried opening it in the expo app in android , it gave me the following error
Now, this one doesn't seem related to facebook/react-native#4968. But even after following the suggest steps. I could not access the app in android.
I am using the following version of react and react-native and all.
The text was updated successfully, but these errors were encountered: