update example project to react-native v0.31.0
This commit is contained in:
parent
43f1818b7e
commit
104f1ab4c0
|
@ -38,11 +38,14 @@
|
|||
<false/>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string></string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Used to taking photos</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Used to save and fetch photos</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.13.1",
|
||||
"react": "0.14.5",
|
||||
"react-native": "0.25.1",
|
||||
"react": ">=0.14.5",
|
||||
"react-native": "0.31.0",
|
||||
"react-native-camera-kit": "file:../",
|
||||
"seamless-immutable": "^6.1.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue