No Description

index.js 206B

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