RN 0.10.0-rc support.

This commit is contained in:
Joel Arvidsson 2015-08-16 23:00:19 +02:00
parent 20811e9009
commit 7546131cf5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.7.0-rc.2",
"react-native": "^0.10.0-rc",
"react-native-keychain": "file:../"
}
}

View File

@ -29,6 +29,6 @@
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc"
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc"
}
}