react-native-physics
react-native-physics copied to clipboard
An attempt of a physics library for React Native
Clarified the readme file.
For example, gravity won't work if just passed `{y: 2}`; you must include an x value like `{x: 0, y: 2}`. These props such as gravity, bounce, velocity, etc. should...
Works when in debug mode. Not sure if the same thing happens on Android as I don't own one.
For example, if a box has a bounce property of `{x: 0, y: 1}` and a gravity of `{x: 0, y: 4}`, the box will still gradually stop bouncing.