RealOrangeOne / react-native-mock

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

Added peerDependencies to devDependencies to fix CircleCi test #161

Open nijolas opened 6 years ago

nijolas commented 6 years ago

Potential fix for the broken CircleCI test - adding the peerDependencies to devDependencies will mean npm install has a react native install so that the haste build command doesn't fail.

Will also make developing easier as your dependent frameworks will get installed with an npm/yarn