Skip to content

Commit ba68177

Browse files
jeanregisserMorgan Pretty
authored andcommitted
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 facebook#8708 Differential Revision: D3553712 Pulled By: lacker fbshipit-source-id: 870a3fea9f3a662e82480ffbfcf0835478f0d4be
1 parent 2016885 commit ba68177

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/src/react-native/showcase.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ var featured = [
5555
infoLink: 'http://makeitopen.com/tutorials/building-the-f8-app/planning/',
5656
infoTitle: 'Building the F8 App',
5757
},
58+
{
59+
name: 'FanVision Bolt',
60+
icon: 'http://a4.mzstatic.com/us/r30/Purple18/v4/94/b4/6e/94b46ee5-80e3-ff6e-513d-16da926b03a3/icon175x175.jpeg',
61+
linkAppStore: 'https://itunes.apple.com/us/app/fanvision-bolt/id1081891275',
62+
infoLink: 'https://www.youtube.com/watch?v=oWOcAXyDf0w',
63+
infoTitle: 'FanVision Bolt accessory + app provide live audio/video and stats at NASCAR events',
64+
},
5865
{
5966
name: 'Gyroscope',
6067
icon: 'https://media.gyrosco.pe/images/magneto/180x180.png',

0 commit comments

Comments
 (0)