UNPKG

react-native-physics

Version:

A physics library for React Native (in progress)

4 lines (3 loc) 149 B
import { AppRegistry } from 'react-native'; import Example from './src/Example'; AppRegistry.registerComponent('ReactNativePhysics', () => Example);