Topi Salonen
Topi Salonen
We didn't want to update Flow in our project, so I just added a patch using patch-package: ``` diff --git a/node_modules/react-native/flow/global.js b/node_modules/react-native/flow/global.js index b2e76fe..ea6cec7 100644 --- a/node_modules/react-native/flow/global.js +++ b/node_modules/react-native/flow/global.js @@...
Any update for this? We're using `react-native-hms-location` for which I just created a simple patch using `patch-package` that changes the `'maven'` plugin to `'maven-publish'`, which seems to be enough to...
We're upgrading RN to 0.67 and created a `patch-package` patch to fix this issue until we replace this dependency with a maintained one. The patch creates a local `ScrollResponder.js` file...