- axios for networking.
- react-navigation navigation lirary.
- jotai for global state with asyncStorage.
- lottie-react-native for animations.
- react-native-drop-shadow to shadows work with android and ios.
- react-native-modal modal library.
- react-native-responsive-fontsize to scale pixels according to device screen size.
- react-native-splash-screen splashscreen library.
- react-native-vector-icons vector icons library.
- styled-components-native for styles.
- Go to your project's root folder and run
npm install
oryarn
. - Run
npm run ios
ornpm run android
to start your application!
(Using yarn: yarn ios
or yarn android
)