index.android.js 263B

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