update example project to react-native v0.31.0

This commit is contained in:
Ran Greenberg 2016-09-28 16:58:15 +03:00
parent 43f1818b7e
commit 104f1ab4c0
2 changed files with 11 additions and 8 deletions

View File

@ -38,9 +38,12 @@
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSCameraUsageDescription</key>
<string>Used to taking photos</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Used to save and fetch photos</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>

View File

@ -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"
}