316634f5b7
* created react base and updated build to use android sdk 23 * add nodejs install step to travis build script * added simple build script to create the react native bundle before the buildozer APK build
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"name": "LBRYApp",
|
|
"version": "0.0.1",
|
|
"private": "true",
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.0.0",
|
|
"react-native": "^0.51.0"
|
|
}
|
|
}
|