Skip to content

stevekeol/Taiki-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiki Wallet

已经下载并安装在手机。依赖包已下载,还未编译成android.apk

Install dependencies

$ yarn install
For iOS run
$ yarn pods
$ yarn start:mobile
$ yarn run:ios
For Android run
$ yarn adb
$ yarn start:mobile
$ yarn run:android

More information about android build in android readme.

Adding icons

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版本

  1. jdk-19
  2. 移动到合适为位置:
    /usr/lib/jvm/jdk-19
  3. 配置 ./android/gradle.properties
# Just for stevekeol
org.gradle.java.home=/usr/lib/jvm/jdk-19

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages