# kalendar **Repository Path**: mscorlib/kalendar ## Basic Information - **Project Name**: kalendar - **Description**: 自律养成APP - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: React-native ## README # kalendar APP ## Project setup ``` yarn ``` ## Compiles and minifies for production #### android: ```shell cd android gradlew assembleRelease ``` #### IOS ```shell cd ios pod install ``` open `kalendar.xcworkspance` with xcode. ## Clear cache android: ``` gradlew clean ``` ## 从 `iconfont.cn` 生成图标 参考 [react-native-iconfont-cli](https://github.com/iconfont-cli/react-native-iconfont-cli) ```shell ## 1. 初始化 npx iconfont-init ## 2. 修改配置 ## 在根目录修改 iconfont.json 的配置 ## 主要修改 symbol_url 和 save_dir ## 3.生成 npx iconfont-rn ``` ## 删除数据库 android: ``` adb shell run-as 包名 //com.kalendar cd databases ls rm kalendar.db ```