1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
lvbingru
2016-02-23 19:51:58 +08:00
parent eee8157fb3
commit 185dd7705c
42 changed files with 2142 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "testHotUpdate",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react-native": "^0.20.0",
"react-native-update": "git+https://github.com/reactnativecn/react-native-pushy"
}
}