Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • index.android.js
  • 1.1.0 首页UI完成
    b0ced4a0
    赵世强 authored
    2018-04-13 16:36:37 +0800  
    Browse Code »
index.android.js 203 Bytes
Edit Raw Blame History Permalink
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');