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
This doesn't end with a working project (but then again, I don't really know what I'm doing! :)
sbt new scalajs-react-interface/mobile.g8 # name it sample2
cd sample2
react-native init sample2
npm install --save-dev
npm install --save-dev rnpm-plugin-windows
react-native windows
react-native start
at runtime, i get the following (suggestion doesn't seem to help):
Loading dependency graph, done.
Bundling index.windows.js 0.0% (0/5), failed.
error: bundling failed: "Unable to resolve module AccessibilityInfo from C:\\source\\sample\\sample2\\node_modules\\react-native\\Libraries\\react-native\\react-native-implementation.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache."
The text was updated successfully, but these errors were encountered:
This doesn't end with a working project (but then again, I don't really know what I'm doing! :)
sbt new scalajs-react-interface/mobile.g8 # name it sample2
cd sample2
react-native init sample2
npm install --save-dev
npm install --save-dev rnpm-plugin-windows
react-native windows
react-native start
at runtime, i get the following (suggestion doesn't seem to help):
Loading dependency graph, done.
Bundling
index.windows.js
0.0% (0/5), failed.error: bundling failed: "Unable to resolve module
AccessibilityInfo
fromC:\\source\\sample\\sample2\\node_modules\\react-native\\Libraries\\react-native\\react-native-implementation.js
: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches:watchman watch-del-all
.\n 2. Delete thenode_modules
folder:rm -rf node_modules && npm install
.\n 3. Reset packager cache:rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
."The text was updated successfully, but these errors were encountered: