BaseApp React Native has included most of the boilerplate to start an app right out of the box. SOme of the packages installed are:
- React Native
- NativeBase - Great component UI boilerplate highly themeable/customizable
- TypeScript
- React Query
- Redux - To handle client global state
- Formik
- Axios
- If this is your first time setting up a Bare React Native Project, you might need to setup your environment by following the instructions in the React Native Documentation.
This project does not use expo so make sure you are following the "React Native CLI" Steps.
It's important to start your application with the name it's gonna have, as this will be more difficult to change once the application is deployed.
npx react-native init MyApp --template git@bitbucket.org:silverlogic/baseapp-reactnative.git
Make sure to chage MyApp for your real App Name