Skip to content

Release 0.2.9

Compare
Choose a tag to compare
@fabOnReact fabOnReact released this 04 Feb 01:49
· 3 commits to main since this release
015d29a

0.2.9 (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