You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An opinionated template to bootstrap your next React Native app with all the time-wasting packages you need to have.
18
18
19
+
In this template is started with example fetching datas from Star Wars Api, where is showing Peoples with Name and HomeWorld and in the next screen when on pressed more details about People. In /docs/assets there are more photos.
20
+
## :star: Features in this template
21
+
- React Query for easy and more controlled requisitions.
22
+
- CodePush integration.
23
+
- Fastlane integration for automated builds.
24
+
- BootSplash for faster splashScreen configurations.
25
+
- Redux Toolkit for easy global state management.
26
+
- StoryBook for components documentation.
27
+
- React Testing Library and Detox for automated tests.
28
+
- Sentry for see logs in production.
29
+
- And so much more.
30
+
19
31
## :computer: Contributions are very welcome 🤝
20
32
21
33
### Let's build the best React Native template together 🚀
@@ -327,6 +339,7 @@ This template also has a [fastlane command](https://github.com/osamaq/react-nati
0 commit comments