https://github.com/fabonreact/react-native-improved
Add patches to react-native components without building from source.
https://github.com/fabonreact/react-native-improved
bug patch react-native
Last synced: 8 months ago
JSON representation
Add patches to react-native components without building from source.
- Host: GitHub
- URL: https://github.com/fabonreact/react-native-improved
- Owner: fabOnReact
- License: mit
- Created: 2023-12-11T09:23:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T14:02:03.000Z (about 2 years ago)
- Last Synced: 2024-11-16T22:48:02.582Z (over 1 year ago)
- Topics: bug, patch, react-native
- Language: JavaScript
- Homepage:
- Size: 4.35 MB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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 ([#24](https://github.com/fabOnReact/react-native-improved/issues/24)).
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
```diff
"scripts": {
+ "postinstall": "yarn run react-native-patch"
}
```
Then
## npm
```sh
npm install react-native-improved --save-dev
```
## yarn v1
```sh
yarn add react-native-improved --dev
```
## yarn v2, v3, v4
```sh
yarn add react-native-improved --dev
```
create a file `.yarnrc.yml` (or add to your existing one) with:
```
nodeLinker: node-modules
```
## Feature Requests
If you want to ask for additional features in this library, you can open an [issue](https://github.com/fabriziobertoglio1987/react-native-improved/issues). I will follow-up with your request.
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT