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