Releases: fabOnReact/react-native-improved
Releases · fabOnReact/react-native-improved
Release 0.2.10
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.
- 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
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
Release 0.2.8
0.2.8 (2024-01-26)
Release 0.2.7
0.2.7 (2024-01-21)
patch bin works
Release 0.2.6
0.2.6 (2024-01-21)
Release 0.2.5
0.2.5 (2024-01-21)
Release 0.2.4
0.2.4 (2024-01-21)
Release 0.2.3
0.2.3 (2024-01-21)
fix patch script
Release 0.2.2
0.2.2 (2024-01-21)
- native libs android
- native libs ios
- patch.js logic to patch node_modules