Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmlking/react-native-mobile-starter-kit
Mobile Starter Kit - React Native, Redux, Native Base, CodePush and TypeScript
https://github.com/xmlking/react-native-mobile-starter-kit
codepush mobile nativebase react-native redux typescript yarn
Last synced: about 2 months ago
JSON representation
Mobile Starter Kit - React Native, Redux, Native Base, CodePush and TypeScript
- Host: GitHub
- URL: https://github.com/xmlking/react-native-mobile-starter-kit
- Owner: xmlking
- Created: 2016-11-05T09:06:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T02:47:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:22:19.701Z (9 months ago)
- Topics: codepush, mobile, nativebase, react-native, redux, typescript, yarn
- Language: TypeScript
- Size: 3.51 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mobile Starter Kit
==================Mobile Starter Kit for [React Native](https://facebook.github.io/react-native/) + [NativeBase](http://nativebase.io/) + [Redux](http://redux.js.org) + [CodePush](https://github.com/Microsoft/react-native-code-push) + [TypeScript](https://www.typescriptlang.org/) Apps (iOS & Android).
### Getting Started
Clone or fork this repository:
```sh
git clone https://github.com/xmlking/react-native-mobile-starter-kit.git
cd react-native-mobile-starter-kit
```Install dependencies:
> one time only
```sh
yarn
react-native link
```Build the source-code with TypeScript:
```sh
# Build once
yarn run build# Build and watch for changes
yarn run watch
```Start React Native Server:
```sh
yarn start
```### Debug
http://localhost:8081/debugger-ui
```
react-native log-ios
react-native log-android
```### Test
### Run
#### iOS Simulator
```sh
yarn run ios
```#### Android Simulator
```sh
yarn run android
```### Reset
```sh
react-native upgrade
react-native link
```### CodePush