Update README.md

This commit is contained in:
Zack Story 2017-01-06 12:06:02 -08:00 committed by GitHub
parent 47b7cf2ac1
commit d116d52442
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ Hey there, I'm looking for active contributors to help move the development of t
A camera module for React Native.
#### Breaking Changes
react-native header imports have changed in v0.40, and that means breaking changes for all! [Reference PR & Discussion](https://github.com/lwansbrough/react-native-camera/pull/544). If you are stuck on react-native <0.40, please stay fixed on v0.4.*. If you are on react-native >0.40, please point to master for now, as we work to get a v1 release out shortly.
react-native header imports have changed in v0.40, and that means breaking changes for all! [Reference PR & Discussion](https://github.com/lwansbrough/react-native-camera/pull/544).
- if on react-native < 0.40: `npm i react-native-camera@0.4`
- if on react-native >= 0.40 `npm i react-native-camera@next`
![](https://i.imgur.com/5j2JdUk.gif)