added simple build script to create the react native bundle before the buildozer APK build
This commit is contained in:
parent
6eee4a9b99
commit
070d36317b
4 changed files with 8 additions and 3 deletions
|
@ -5,7 +5,7 @@ class InfoComponent extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
<Text style={styles.title}>LBRY Info</Text>
|
<Text style={styles.title}>LBRY UI</Text>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
5
build.sh
Executable file
5
build.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd app
|
||||||
|
react-native bundle --platform android --dev false --entry-file index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
|
||||||
|
cd ..
|
||||||
|
buildozer android debug
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
DNTVò×1UžÉø;ŽÀÍ
|
fzv‚όκ9©φ¥yFΓ“Ο}‘ά³θ
|
Loading…
Reference in a new issue