NativeBase: Cannot find module 'react/lib/ReactNativePropRegistry

I’ve been trying for the past 2 days with this.

  1. I update my react, reactnative, nativebase to latest version. Error that i got is ::: RTCWebsocket (android) and cannot found react-native/…/nativebase/button.js(ios)

  2. I revert back my version changes to what originally they are "native-base": "0.5.13", "react": "15.3.2", "react-native": "0.32.0", but i’m getting error of Cannot find module …/ReactNativePropRegistry.

  3. I did most of the recommended solutions in the git. Someone PLEASEE HELP!

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

@thundenilla ReactNativePropRegistry issue has been fixed and works both on iOS and Android To make sure we are on same page, please follow these steps to upgrade In your package.json

  "native-base": "0.5.18",
  "react": "15.4.1",
  "react-native": "0.38.0",
  • Delete node_modules, android, ios
  • npm install
  • react-native upgrade
  • react-native android
  • react-native link

Please check this