mirror of
https://github.com/status-im/react-native.git
synced 2025-03-01 09:30:33 +00:00
Summary: Usage example: ```javascript var AwesomeProject = React.createClass({ render: function() { return ( <NavigatorIOS style={styles.navigator} navigationBarHidden={true} initialRoute={{ component: Example, title: 'Test' }} /> ); } }); ``` Closes https://github.com/facebook/react-native/pull/374 Github Author: Kureev Alexey <kureev-mail@ya.ru> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Description
A framework for building native apps with React.
http://facebook.github.io/react-native/
Languages
JavaScript
47.5%
Java
26.5%
Objective-C
13.7%
C++
7.2%
C
1.5%
Other
3.5%