Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

⚡️ + 📱 高质量的 react-native 工具库 | High-quality toolkit for React Native using native code.

License

Notifications You must be signed in to change notification settings

luoxuhai/react-native-app-toolkit

Repository files navigation

⚡️ + 📱 React Native App Toolkit

High-quality toolkit for React Native using native code.

English | 简体中文

🚧 Currently only supports iOS 🚧

Installation

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.

Documentation

Community

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT