Release 0.2.9
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.
- Text: PR facebook/react-native#41770
- TextInput: PR facebook/react-native#29070
- Modal: PR facebook/react-native#31498
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