Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular/react-native-renderer
Use Angular and React Native to build applications for Android and iOS
https://github.com/angular/react-native-renderer
Last synced: about 1 month ago
JSON representation
Use Angular and React Native to build applications for Android and iOS
- Host: GitHub
- URL: https://github.com/angular/react-native-renderer
- Owner: angular
- License: mit
- Archived: true
- Created: 2015-06-17T17:24:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T14:18:15.000Z (almost 6 years ago)
- Last Synced: 2024-09-27T09:41:06.090Z (about 1 month ago)
- Language: TypeScript
- Homepage: http://angular.github.io/react-native-renderer/
- Size: 145 MB
- Stars: 789
- Watchers: 61
- Forks: 97
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular-components - angular2-react-native - Use Angular 2 and React Native to build applications for Android and iOS. (Uncategorized / Uncategorized)
- awesome-angular-components - angular2-react-native - Use Angular 2 and React Native to build applications for Android and iOS. (Uncategorized / Uncategorized)
README
[![Join the chat at https://gitter.im/angular/react-native-renderer](https://badges.gitter.im/angular/react-native-renderer.svg)](https://gitter.im/angular/react-native-renderer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/angular/react-native-renderer.svg?branch=master)](https://travis-ci.org/angular/react-native-renderer)# angular-react-native
Use Angular and React Native to build applications for Android and iOS.
## Documentation
http://angular.github.io/react-native-renderer/## Development
### Preparing your environment
* Set up React Native for iOS and/or Android following [Getting started](https://facebook.github.io/react-native/docs/getting-started.html) and [Android setup](https://facebook.github.io/react-native/docs/android-setup.htmlt)
* Clone this repository or a fork of it
* Install Gulp and React Native CLI globally: `npm install -g gulp react-native-cli`
* Install local npm modules: `npm install`### Running scripts
Creating the sample project:
* `gulp init` to create the react-native projectAndroid:
* `gulp start.android` to launch the sample on the connected device or emulator, and watch sources for auto update (if enabled in F2/shake dev menu)
* `gulp start.android.aot` to launch the some with AoT compilationiOS:
* `gulp start.ios` to launch the sample on an emulator, and watch sources for auto update (it will fail the first due to initial compilation, simply restart it)
* `gulp start.ios.aot` to launch the some with AoT compilationTests:
* `gulp test.browser` to run tests in ChromeDoc:
`gulp doc` to generate the documentation in `./dist/doc`