已经下载并安装在手机。依赖包已下载,还未编译成
android.apk
。
$ yarn install
$ yarn pods
$ yarn start:mobile
$ yarn run:ios
$ yarn adb
$ yarn start:mobile
$ yarn run:android
More information about android build in android readme.
All icon files are named according to ic-name-24.svg
scheme. And placed in src/assets/icons/svg
.
After adding the icon, run the convert command
$ yarn icons
To convert you need librsvg
.
If librsvg
not already installed, run
$ brew install librsvg
# for ubuntu
$ sudo apt install librsvg2-bin
- jdk-19
- 移动到合适为位置:
/usr/lib/jvm/jdk-19
- 配置
./android/gradle.properties
# Just for stevekeol
org.gradle.java.home=/usr/lib/jvm/jdk-19