index.android.js 203 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ global.__APP__ = true; global.__ANDROID__ = true; global.__IOS__ = false; global.user = {}; require('./src/app');