- Supports ONLY react-native 0.73.
- Supports only old architechture (new architechture is WIP)
- Support for other versions will be added in the future (#24).
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
In package.json
"scripts": {
+ "postinstall": "yarn run react-native-patch"
}
Then
npm install react-native-improved --save-dev
yarn add react-native-improved --dev
yarn add react-native-improved --dev
create a file .yarnrc.yml
(or add to your existing one) with:
nodeLinker: node-modules
If you want to ask for additional features in this library, you can open an issue. I will follow-up with your request.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT