Closed
Description
error: bundling: UnableToResolveError: Unable to resolve module ActivityIndicator
from C:\Projects\node_modules\react-native\Libraries\react-native\react-native-implementation.js
: Module does not exist in the module map or in these directories:
C:\Projects\node_modules\react-native\node_modules
, C:\Projects\node_modules
react-native -v
: 0.44.3node -v
: 6.10npm -v
: 3.10.10
- Target Platform: Android
- Development Operating System: Windows 10
- Build tools: Android SDK 23
Step to reproduce:
1 - react-native run-android
NOTE: The following steps did not work for me
- Clear watchman watches:
watchman watch-del-all
. - Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset packager cache:
rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
. - Clone repository from the scratch and install modules again