Adding Sleeperbot to RN Showcase
Summary: Purpose: Adding Sleeperbot to Showcase The top rated Fantasy Football app on Android and iOS - built mostly in React Native. Funding Info: https://www.crunchbase.com/organization/sleeperbot https://angel.co/sleeperbot Post: https://medium.com/sleeperbot-hq/switching-to-react-native-in-production-on-ios-and-android-e6b675402712 Closes https://github.com/facebook/react-native/pull/10113 Differential Revision: D3939356 Pulled By: hramos fbshipit-source-id: 58ee72419d36579a6d14d5fadd023541caae29f3
This commit is contained in:
parent
462ab9f988
commit
e4c21fe292
|
@ -352,6 +352,14 @@ var featured = [
|
|||
linkAppStore: 'https://itunes.apple.com/en/app/shou-ji-bai-du-hai-liang-xin/id382201985?l=en&mt=8',
|
||||
infoLink: 'http://baike.baidu.com/link?url=TW8YhcVN4tO_Jz5VqMclCjGhf12EEqMD_TeVC6efe2REZlx80r6T0dX96hdmNl36XogLyExXzrvFU9rFeqxg_K',
|
||||
infoTitle: 'Baidu is a search engine that has 600 million users.',
|
||||
},
|
||||
{
|
||||
name: 'Sleeperbot',
|
||||
icon: 'https://blitzchat.net/uploads/c8425332190a4f4b852d7770ad32e602/original.png',
|
||||
linkAppStore: 'https://itunes.apple.com/us/app/sleeperbot-fantasy-football/id987367543?mt=8',
|
||||
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.sleeperbot&hl=en',
|
||||
infoLink: 'https://medium.com/sleeperbot-hq/switching-to-react-native-in-production-on-ios-and-android-e6b675402712#.cug6h6qhn',
|
||||
infoTitle: 'Switching to React Native in Production on iOS and Android',
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue