mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 08:56:44 +00:00
Summary: Hi there, I showed this app to a couple of FB people at the React Europe conf in June (ndfred tadeuzagallo ericvicenti astreet and others), they suggested I should submit it to be part of the showcased apps. It's used in production since the beginning of the year and fully usable at all NASCAR events. The external accessory receives the digital TV signal broadcasted around the track by an antenna on a FanVision truck. People rent the accessory there at our kiosks. It also recharges your smartphone battery. I linked to a demo video so people can actually see what it does without having the required accessory. The app is of course powered by React Native. I've built custom modules to integrate the native code that does all the heavy work (talking to the accessory, demuxing the raw data, decoding the audio and video, processing the additional data for all stats, etc). Let me know what you think. Closes https://github.com/facebook/react-native/pull/8708 Differential Revision: D3553712 Pulled By: lacker fbshipit-source-id: 870a3fea9f3a662e82480ffbfcf0835478f0d4be
Install prerequisites
Before running the website, make sure you've run the following:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install
Run the website server
The first time, get all the website dependencies loaded via
cd website
npm install
Then, run the server via
npm start
open http://localhost:8079/react-native/index.html
Anytime you change the contents, just refresh the page and it's going to be updated.
Publish the website
cd website
npm run publish-website