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
error: bundling failed: Error: Unable to resolve module `react` from `/Developer/ReactNative/react-native-snap-carousel/src/carousel/Carousel.js`: Module does not exist in the module map
Reproducible Demo
N/A trying to run the example
Steps to Reproduce
git clone the repo
cd to example
npm install
react-native run-android
Follow the getting started guide for the example.
The text was updated successfully, but these errors were encountered:
Is this a bug report, a feature request, or a question?
Bug Report
Have you followed the required steps before opening a bug report?
(Check the step you've followed - put an
x
character between the square brackets ([]
).)Have you made sure that it wasn't a React Native bug?
Yes, I ran through the suggested fixes:
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
I am experiencing this on both android and iOS
Is the bug reproductible in a production environment (not a debug one)?
I am just trying to run the example app.
Environment
Environment:
React native: 0.52.2
react-native-snap-carousel: 3.8.4
Target Platform:
Android (6.0)
iOS (10.3)
Expected Behavior
I expect to be able to run the example project.
Actual Behavior
I get the following error:
Reproducible Demo
N/A trying to run the example
Steps to Reproduce
git clone the repo
cd to example
npm install
react-native run-android
Follow the getting started guide for the example.
The text was updated successfully, but these errors were encountered: