danielweinmann / react-native-stateless-form

Stateless form components for React Native
MIT License
105 stars 14 forks source link

Update imports #8

Closed sfrdmn closed 6 years ago

sfrdmn commented 8 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

sfrdmn commented 8 years ago

Fixes #7