zachgibson / react-native-parallax-swiper

Paged Parallax Swiper with Effects
MIT License
623 stars 76 forks source link

Can't run example/demo #14

Closed bobmulder closed 6 years ago

bobmulder commented 6 years ago

I'm trying to run the example, but get the following error: Failed to load bundle [...] Unable to resolve module 'react' from '[path]' [...]: Module does not exist in the module map.

I did everthing the docs told me to do:

$ npm install
$ react-native link
$ react-native run-ios
bobmulder commented 6 years ago

Fixed by installing the library through NPM instead of a local file. This should be fixed soon by @zachgibson.

zachgibson commented 6 years ago

Fixed with v1.1.3! Thanks @bobmulder for helping me track this down.