Juno Sheridan

Results 3 comments of Juno Sheridan

I fixed this by adding this to `android/build.gradle` ``` subprojects { project -> if (project.name.contains('react-native-view-overflow')) { buildscript { repositories { maven { url "https://maven.google.com" } } } } } ```

In case you're unable to remove the other library like mine `"@alessiocancian/react-native-actionsheet": "^3.2.0"` using the `4.2.0` [described here](https://github.com/PizzaLiu/react-native-actionsheet/blob/master/package.json#L59) You can put this inside your project's `package.json` in order to fix...

This resolves mine https://stackoverflow.com/questions/74209518/some-features-of-react-quill-dont-work-in-production