index.android.js 269B

123456789101112131415
  1. /**
  2. * Sample React Native App
  3. * https://github.com/facebook/react-native
  4. * @flow
  5. */
  6. import React, { Component } from 'react';
  7. import {
  8. AppRegistry,
  9. } from 'react-native';
  10. import Example from './Example'
  11. AppRegistry.registerComponent('Example', () => Example);