UNPKG

rn-sliding-button-fix-lifecycle-hooks

Version:

SlidingButton component for react-native, same api on both android and ios.

5 lines (3 loc) 136 B
import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('ExampleSlidingButton', () => App);