All Projects → EstebanFuentealba → react-native-typescript

EstebanFuentealba / react-native-typescript

Licence: MIT license
react-native + typescript + redux + react-native-navigation

Programming Languages

typescript
32286 projects
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-typescript

navigation-mobx-example
proof of concept project to use mobX in react-native-navigation
Stars: ✭ 47 (+213.33%)
Mutual labels:  react-native-navigation
rukatuk-mobile
The Official App for Ruk-A-Tuk Promotions
Stars: ✭ 18 (+20%)
Mutual labels:  react-native-navigation
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (+286.67%)
Mutual labels:  react-native-navigation
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (+20%)
Mutual labels:  react-native-navigation
React-Native-developer-roadmap
📒 React Native is a cross-platform library to build mobile apps using React and JavaScript. This guide is to help you in your React Native journey. this repo contain a great the resources you need to work with React Native art,(Articles, Tutorials)
Stars: ✭ 565 (+3666.67%)
Mutual labels:  react-native-navigation
react-native-navigation-search-bar
React Native Navigation Search Bar with Collapsible Header 🤔It's that simple!
Stars: ✭ 61 (+306.67%)
Mutual labels:  react-native-navigation
React Native Navigation
A complete native navigation solution for React Native
Stars: ✭ 12,387 (+82480%)
Mutual labels:  react-native-navigation
Movieapp
Discover Movies and TV shows - React Native
Stars: ✭ 1,766 (+11673.33%)
Mutual labels:  react-native-navigation
react-native-navigation-drawer-extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 151 (+906.67%)
Mutual labels:  react-native-navigation

ReactNative Typescript

react-native + typescript + redux + react-native-navigation

⚠️ Warning: this repository is not up-to-date with the latest Typescript and React-native settings. Help is appreciated.

Build Status dependencies dev-dependencies

Minimal template of a React Native project with Typescript.

preview

Recommended usage with VSCode

Getting Started

Clone this repository:

git clone https://github.com/mrpatiwi/ReactNativeTS.git
cd ReactNativeTS

Install dependencies:

yarn

Start React Native server:

yarn start

Build the source-code with Typescript:

# Build once
yarn run build

# Build and watch for changes
yarn run build -- --watch

iOS

yarn run ios

Android

yarn run android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].