Closed sfrdmn closed 6 years ago
Updates imports to support the API changes in React Native 0.25
https://github.com/facebook/react-native/releases/tag/v0.25.1
Also adds react and react-native as peerDependencies in the package.json. It's nice to track compatibility, although I did end up adding an npm engine constraint, because npm < 3 handled peerDeps a bit weird. Maybe something you want, maybe not
Fixes #7
Updates imports to support the API changes in React Native 0.25
https://github.com/facebook/react-native/releases/tag/v0.25.1
Also adds react and react-native as peerDependencies in the package.json. It's nice to track compatibility, although I did end up adding an npm engine constraint, because npm < 3 handled peerDeps a bit weird. Maybe something you want, maybe not