Skip to content

Instantly share code, notes, and snippets.

@ptaberg
Created March 1, 2019 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptaberg/6b9e00adfff7a5f9f8e655058261a389 to your computer and use it in GitHub Desktop.
Save ptaberg/6b9e00adfff7a5f9f8e655058261a389 to your computer and use it in GitHub Desktop.
React Native Update
Unable to resolve module `react-native-action-button` from `/Users/wse-090-71b/Documents/moved/src/screens/authUser/HomePage.js`: Module `react-native-action-button` does not exist in the Haste module map
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 Metro Bundler cache: `rm -rf /tmp/metro-bundler-cache-*` or `npm start -- --reset-cache`.
4. Remove haste cache: `rm -rf /tmp/haste-map-react-native-packager-*`.
ABI32_0_0RCTFatal
__37-[ABI32_0_0RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_callback_4CF
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
UIApplicationMain
main
start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment