RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
571 stars 153 forks source link

Upgrade to react 15.4 #117

Closed ofirdagan closed 7 years ago

ofirdagan commented 7 years ago

Hey, Even though I saw you upgraded to support react 15.4 in version 0.2.8.

When I run npm info react-native-mock I still get react version 15.1.0

Can u please check?

Thanks!

ofirdagan commented 7 years ago

The current work around I did for now is adding a postinstall step in my package.json which deletes the node_modules directory inside react-native-mock Then installing its dependencies explicitly with version 15.4.1

Please let me know if you fix this so I can remove my work around.

RealOrangeOne commented 7 years ago

This fix has been made, in #114. Will hopefully release early next week