react-native-improved
v0.2.10
Published
Improved React Native Components
Maintainers
Readme
react-native-improved
- Supports ONLY react-native 0.73.
- Supports only old architechture (new architechture is WIP)
- Support for other versions will be added in the future (#18).
Provides different react-native iOS, Android and JS API fixes/PRs.
- Text: PR https://github.com/facebook/react-native/pull/41770
- TextInput: PR https://github.com/facebook/react-native/pull/29070
- Modal: PR https://github.com/facebook/react-native/pull/31498
Set-up
In package.json
"scripts": {
+ "postinstall": "yarn run react-native-patch"
}Then
npm
npm install react-native-improved --save-devyarn v1
yarn add react-native-improved --devyarn v2, v3, v4
yarn add react-native-improved --devcreate a file .yarnrc.yml (or add to your existing one) with:
nodeLinker: node-modulesFeature Requests
If you want to ask for additional features in this library, you can open an issue. I will follow-up with your request.
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
