Installation
Quick installation of react-native-nano
For New Apps:
For newer apps, we recommend you to create new Nano app by using below command.
# for latest
npx rn-nano init MyFirstNanoProject
# for specific react-native-nano version and react-native version
npx rn-nano init MyFirstNanoProject --nano-version 1.0.162 --react-native-version 0.72.6
For Existing Apps:
You can install react-native-nano in your react-native app by using the below command.
# for latest
npm install react-native-nano --save
# for specific react-native-nano version
npm install react-native-nano@1.0.162 --save
The above commands will install necessary packages to run react-native-nano
with react-native
. You can use all react-native commands to start and run in Android and IOS.
react-native-nano
depends on the below packages.
- https://reactnative.dev/
- https://github.com/Flipkart/recyclerlistview
- https://reactnavigation.org/
- https://reactnativepaper.com/
- https://realm.io/
- https://oblador.github.io/react-native-vector-icons/
- https://github.com/oblador/react-native-animatable
- https://github.com/software-mansion/react-native-reanimated