From 8135edc3b777fd74c2aeac485013926906dd618d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Sun, 11 Sep 2022 19:57:07 +0200 Subject: [PATCH] chore: release 0.2.1 --- README.md | 9 +-------- package.json | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b2aff6e..b8ff135 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,10 @@ Use real world physics to build gestures, animations, games or anything else you ### React Native ```sh -yarn add react-native-... +yarn add react-native-box2d cd ios && pod install ``` -### Expo - -```sh -expo install react-native-... -expo prebuild -``` - ## Usage TODO: Add usage example diff --git a/package.json b/package.json index 451f58e..109b6e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-box2d", - "version": "0.2.0", + "version": "0.2.1", "description": "A react-native JSI library for box2d (fast)", "main": "lib/commonjs/index", "module": "lib/module/index",