Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rampa2510/react-native-starter-ts

Starter code for react-native with typescript... I LOVE TYPESCRIPT!!!!
https://github.com/rampa2510/react-native-starter-ts

Last synced: about 6 hours ago
JSON representation

Starter code for react-native with typescript... I LOVE TYPESCRIPT!!!!

Awesome Lists containing this project

README

        

# Starter code for react-native with TYPESCRIPT
The entry point is index.js all the application code is in the src directory.
I have followed the container view pattern here.
The concept is that the all the bussinness logic will be in the container which will also be responsible for rendering views which is present in the view files also the reusable componnet will be in the component folder

For navigation I have used [react-navigation](https://reactnavigation.org)