English | 简体中文
🚧 Currently only supports iOS 🚧
If you are using react-native >= 0.60
you just need to do a simple:
yarn add react-native-app-toolkit
Or if are using npm:
npm i react-native-app-toolkit --save
After that, we need to install the dependencies to use the project on iOS(you can skip this part, if you are using this on Android).
Now run a simple: npx pod-install
or cd ios && pod install
. After that, you should be able to use the library on both Platforms, iOS and Android.
See the contributing guide to learn how to contribute to the repository and the development workflow.