React本征物理学
React Native的物理库(正在进行中)
安装
npm install --save react-native-physics
输入
import { Container, Box } from 'react-native-physics';
虚化
Container布局就像View 。 Container保存每个框的状态。 将Box放入Container 。
实例化
render ( ) {
return (
< Box
position = { { x : 20 , y : 150 } }
1