📦 What's inside?
- React Navigation v5 setup. Includes commonly used routes to bootstrap your app: Home, Profile, SignIn, About, Privacy, Terms.
- Fully typed route setup. It can be tricky to setup TypeScript and React Navigation for bigger apps but the benefits are there when you get it working.
- React Native Magnus for the Utility UI toolbox and theming.
- A few components such as ListItem to support the scafolded app UI
- My top go-to third party libraries: React Query for server state, Zustand for client state, Date-fns for dates
How to use:
git clone https://github.com/jonasgroendahl/react-native-starter.git
yarn && cd ios && pod install
Then open the app in Android Studio and/or XCode.
- Splashscreen setup: Followed these steps to get the splash screen library set up: https://github.com/zoontek/react-native-bootsplash.