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