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
Wanted to see if hot-reloading breaks navigations and tried running this app in dev. However, unfortunately, I couldn't get it to run. How would I do it?
running lein figwheel ios and react-native run-ios
React packager ready.
[09/21/2017, 16:42:30] <START> Building Haste Map
[09/21/2017, 16:42:30] <END> Building Haste Map (645ms)
[09/21/2017, 16:42:30] <END> Initializing Packager (948ms)
[09/21/2017, 16:42:33] <START> Requesting bundle
bundle_url: /index.ios.bundle?platform=ios&dev=true&minify=false
[09/21/2017, 16:42:33] <START> Transforming files
(node:76363) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 8): UnableToResolveError: Unable to resolve module create-react-class from /Users/den/Dropbox/dev/code/centriq/mobile-dev-playgrounds/re-navigate/index.ios.js: Module does not exist in the module map or in these directories:
/Users/den/Dropbox/dev/code/centriq/mobile-dev-playgrounds/re-navigate/node_modules
This might be related to https://github.com/facebook/react-native/issues/4968
To 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`.
The text was updated successfully, but these errors were encountered:
Wanted to see if hot-reloading breaks navigations and tried running this app in dev. However, unfortunately, I couldn't get it to run. How would I do it?
running
lein figwheel ios
andreact-native run-ios
The text was updated successfully, but these errors were encountered: