Logo

GitLab

Sign in

xntalk / xntalk-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xntalk-rnapp
  • myqrcode
  • index.android.js
  • - 通行码文件夹单独拿出来,作为工程不应该放在monent下面 ...
    9e7c0285
    - 通行码文件夹单独拿出来,作为工程不应该放在monent下面
    钱鋆 authored
    2021-05-25 09:51:03 +0800  
    Browse Code »
index.android.js 187 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
/**
 * Sample React Native App
 * https://github.com/facebook/react-native
 * @flow
 */

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

require('./src/setup');