Skip to content

Commit 8135edc

Browse files
committed
chore: release 0.2.1
1 parent 4fa6eb7 commit 8135edc

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@ Use real world physics to build gestures, animations, games or anything else you
1717
### React Native
1818

1919
```sh
20-
yarn add react-native-...
20+
yarn add react-native-box2d
2121
cd ios && pod install
2222
```
2323

24-
### Expo
25-
26-
```sh
27-
expo install react-native-...
28-
expo prebuild
29-
```
30-
3124
## Usage
3225

3326
TODO: Add usage example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-box2d",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A react-native JSI library for box2d (fast)",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)