In this video I talk about a template for modern React Native projects written in TypeScript that I made.
I have recently finished coding an app and about to start a new one. When creating a new app, there are some essentials libraries that needs to be pulled in and installed so they work with both iOS and android. The initial code to make these libraries work also need to be written + the types.
In addition I learned some lessons of what I should have done from the beginning in the other app. I put these into this template.
Hopefully someone with a similar coding style can benefit from this template or at least some of you can learn from the code in the repository.
Stay safe! :)
https://github.com/jonasgroendahl/react-native-modern-starter
Libraries:
https://github.com/GeekyAnts/NativeBase
https://reactnavigation.org/
https://github.com/react-native-community/react-native-image-picker
https://github.com/react-native-community/react-native-localize
Download
0 formats
No download links available.
React Native modern starter kit (template) | NatokHD