UNPKG

react-native-simple-expand

Version:
9 lines (8 loc) 220 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import {AppRegistry} from 'react-native'; import Example from './Example'; AppRegistry.registerComponent('example', () => Example);