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
Right after installation I got the following error:
Error: Unable to resolve module `react-native-modalbox` from `node_modules/react-native-story/src/components/story/view/storyView.js`: react-native-modalbox could not be found within the project.
If you are sure the module exists, try these steps:
1. Clear watchman watches: watchman watch-del-all
2. Delete node_modules: rm -rf node_modules and run yarn install
3. Reset Metro's cache: yarn start --reset-cache
4. Remove the cache: rm -rf /tmp/metro-*
Running npm install react-native-modalbox --save fixes it. But this needs to be added as a dependency for this package.
The text was updated successfully, but these errors were encountered:
Right after installation I got the following error:
Running
npm install react-native-modalbox --save
fixes it. But this needs to be added as a dependency for this package.The text was updated successfully, but these errors were encountered: