UNPKG

react-native-quickball

Version:

A React Native component for famous quick ball. Compatible with both Android and IOS

5 lines (3 loc) 147 B
import { AppRegistry } from 'react-native'; import QuickBall from './src/QuickBall'; AppRegistry.registerComponent('quickball', () => QuickBall);