No Description

index.js 145B

12345678
  1. 'use strict'
  2. import { AppRegistry } from 'react-native';
  3. import Explorer from './App';
  4. AppRegistry.registerComponent('demo', () => Explorer);