Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!!!!
- Host: GitHub
- URL: https://github.com/rampa2510/react-native-starter-ts
- Owner: rampa2510
- Created: 2020-03-23T14:00:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:24:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:49:49.777Z (over 1 year ago)
- Language: TypeScript
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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 folderFor navigation I have used [react-navigation](https://reactnavigation.org)