UNPKG

react-native-swipe-a-lot

Version:

A swipe component for React Native that works on iOS and Android.

12 lines (8 loc) 223 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import { AppRegistry } from 'react-native' import Root from './example/root' AppRegistry.registerComponent('SwipeALot', () => Root)