I made this simple boilerplate with react-navigation to save some time for me in the future. Hope it will help you too.
Features:
- Based on bare React Native 0.71 (no expo)
- Added react-native-ui-lib with React Hook Forms
- Configured React Navigation (nested navigators consist of Native Stack, Drawer and Bottom Tab)
- Implemented redux store with persist (reduxjs/toolkit + react-redux + MMKV).
- Basic authentication flow (shows 2 different navigators depending on Redux Store value)