Update README.md
This commit is contained in:
parent
47b7cf2ac1
commit
d116d52442
|
@ -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.
|
A camera module for React Native.
|
||||||
|
|
||||||
#### Breaking Changes
|
#### 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)
|
![](https://i.imgur.com/5j2JdUk.gif)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue