@norcy/react-native-toolkit
v0.2.25
Published
My Toolkit
Readme
@norcy/react-native-toolkit
App 工厂核心组件
安装
yarn add @norcy/react-native-toolkitAndroid 引入
App 端需要在 android/app/build.gradle 中添加:
dependencies {
implementation 'com.umeng.umsdk:common:9.6.3'
implementation 'com.umeng.umsdk:asms:1.8.0'
}维护
【重要】TS 校验和 ESLint 校验
yarn typescript
yarn lint【重要】发布,记得要先把修改内容提交 Git 后再执行此命令
yarn publish --patch安装依赖
yarn bootstrap自动格式校正
yarn lint --fix调试 Example
yarn example start调试安卓 Example
yarn example android调试 iOS Example
yarn example ios