From afbd2d7f32d84afa138ba25fb771d7d2c95d67e6 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Tue, 12 Jul 2016 23:19:00 -0700 Subject: [PATCH] Added FanVision Bolt to showcase 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 --- website/src/react-native/showcase.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index f032e23cc3..671d0c6079 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -55,6 +55,13 @@ var featured = [ infoLink: 'http://makeitopen.com/tutorials/building-the-f8-app/planning/', infoTitle: 'Building the F8 App', }, + { + name: 'FanVision Bolt', + icon: 'http://a4.mzstatic.com/us/r30/Purple18/v4/94/b4/6e/94b46ee5-80e3-ff6e-513d-16da926b03a3/icon175x175.jpeg', + linkAppStore: 'https://itunes.apple.com/us/app/fanvision-bolt/id1081891275', + infoLink: 'https://www.youtube.com/watch?v=oWOcAXyDf0w', + infoTitle: 'FanVision Bolt accessory + app provide live audio/video and stats at NASCAR events', + }, { name: 'Gyroscope', icon: 'https://media.gyrosco.pe/images/magneto/180x180.png',