Nenhuma descrição

index.android.js 197B

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