Zaiqiuchang is a mobile app developed using React Native (RN for short), both iOS and Android are supported. For business reasons, this open source project is just the lite version of the business one. Full feature app can be downloaded at 在球场 , and you can see the full power of RN.
There is also a series of articles to explain the technology detail, React Native跨平台移动应用开发实战 . Yes, these articles are wrote in chinese, limitted by the writter's english skill:).
iOS
> npm install
> react-native link
> react-native run-ios
Android
> npm install
> react-native link
> react-native run-android