Commit 20dca439 authored by cyqresig's avatar cyqresig

added notice

parent 9ebb810b
...@@ -18,6 +18,11 @@ The library uses [https://github.com/zxing/zxing][1] to decode the barcodes for ...@@ -18,6 +18,11 @@ The library uses [https://github.com/zxing/zxing][1] to decode the barcodes for
npm install react-native-smart-barcode --save npm install react-native-smart-barcode --save
``` ```
## Notice
It can only be used greater-than-equal react-native 0.4.0 for ios, if you want to use the package less-than react-native 0.4.0, use `npm install react-native-smart-barcode@untilRN0.40 --save`
## Installation (iOS) ## Installation (iOS)
* Drag RCTBarCode.xcodeproj to your project on Xcode. * Drag RCTBarCode.xcodeproj to your project on Xcode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment