mjohnston / react-native-webpack-server

Build React Native apps with Webpack
MIT License
933 stars 84 forks source link

how to support react-native 0.17.0? #147

Closed thachp closed 8 years ago

thachp commented 8 years ago

I am getting the following error when I try to install rnws with the latest version of react. How to fix this error?

npm ERR! peerinvalid The package react-native@0.17.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-native-webpack-server@0.8.2 wants react-native@>=0.13.0 <0.16 || 0.15.0-rc
philikon commented 8 years ago

I'm about to release 0.8.3 which will support RN 0.16 and 0.17.

philikon commented 8 years ago

0.8.3 is released.

ghost commented 8 years ago

Thanks @philikon!