Skip to content

Release 0.2.10

Latest
Compare
Choose a tag to compare
@fabOnReact fabOnReact released this 04 Feb 01:53
· 1 commit to main since this release
5d2cd2b

0.2.10 (2024-02-04)

  • Supports ONLY react-native 0.73.
  • Supports only old architecture

Provides different react-native iOS, Android, and JS API fixes/PRs.

Set-up

In package.json

 "scripts": {
+  "postinstall": "yarn run react-native-patch"
 }

Then

npm

npm install react-native-improved --save-dev

yarn v1

yarn add react-native-improved --dev