UNPKG

rnkit-alert-view

Version:

React Native Alert View component for iOS + Android

14 lines (10 loc) 223 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import { AppRegistry } from 'react-native'; import Example from './app'; AppRegistry.registerComponent('Example', () => Example);