Releases: hannojg/react-native-box2d
Releases · hannojg/react-native-box2d
Release 0.2.5
0.2.5 (2023-03-17)
Features
- Add circle shape
- Add linear damping
- Add restitution (elasticity)
- Add polygon shape from points
Big thanks to @tomekzaw !!
Release 0.2.4
0.2.4 (2022-09-11)
🐛 Bug Fixes
Release 0.2.3
0.2.3 (2022-09-11)
🐛 Bug Fixes
- compatibility with RN 0.70 (ad17cfd)
- include types for box2d primitives (a87f6ee)
Release 0.2.2
0.2.2 (2022-09-11)
🐛 Bug Fixes
- android: reduce package size by excluding some build dirs (bd1d0ea)
Release 0.2.1
0.2.1 (2022-09-11)
🐛 Bug Fixes
- doesn't compile as binaries are missing (4fa6eb7)
Release 0.2.0
0.2.0 (2022-09-11)
✨ Features
- b2body: GetLinearVelocity, SetTransform (3fd67c8)
- b2body: SetLinearVelocity (2f5b7dc)
🐛 Bug Fixes
- example: make simulation work correctly (58914c3)
- ios: setup, compiles and runs now (6fa6d4f)
- use cmake download script to include box2d (4dfd224)
- use pointers and move correctly (16ebfbb)