https://github.com/martin-cotta/react-native-app
Sample React Native App
https://github.com/martin-cotta/react-native-app
react-native
Last synced: 3 months ago
JSON representation
Sample React Native App
- Host: GitHub
- URL: https://github.com/martin-cotta/react-native-app
- Owner: martin-cotta
- Created: 2017-11-08T23:28:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T22:08:17.000Z (over 7 years ago)
- Last Synced: 2025-01-11T14:26:07.713Z (over 1 year ago)
- Topics: react-native
- Language: Objective-C
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample React Native App
> Learn once, write anywhere: Build mobile apps with React
> http://facebook.github.io/react-native/
```sh
brew install node watchman
npm install -g react-native-cli
react-native init ReactNativeApp --version 0.57.4
cd ReactNativeApp
react-native run-ios
react-native run-android
```
### Release Notes
* [v0.57.0](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#057)
* [v0.56.0](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#056)
* [v0.55.0](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#055)
* [v0.54.0](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#054)
* [v0.53.0](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#053)
* [v0.52.0](https://github.com/facebook/react-native/releases/tag/v0.52.0)
* [v0.51.0](https://github.com/facebook/react-native/releases/tag/v0.51.0)
* [v0.50.0](https://github.com/facebook/react-native/releases/tag/v0.50.0)
* [v0.49.0](https://github.com/facebook/react-native/releases/tag/v0.49.0)
* [v0.48.0](https://github.com/facebook/react-native/releases/tag/v0.48.4)
* [v0.47.0](https://github.com/facebook/react-native/releases/tag/v0.47.2)
* [v0.46.0](https://github.com/facebook/react-native/releases/tag/v0.46.4)
* [v0.45.0](https://github.com/facebook/react-native/releases/tag/v0.45.1)