Skip to content

fabOnReact/react-native-improved

Repository files navigation

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).

Provides different react-native iOS, Android and JS API fixes/PRs.

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

yarn v2, v3, v4

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. 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