No Description

index.ios.js 177B

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