/** @format */ 'use strict' import { AppRegistry } from 'react-native'; import Explorer from './App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => Explorer);