index.ios.js 185 Bytes
/**
 * Sample React Native App
 * https://github.com/facebook/react-native
 * @flow
 */

global.__APP__ = true;
global.__ANDROID__ = false;
global.__IOS__ = true;

require('./src/app');