drvn-eb

Results 4 comments of drvn-eb

Experiencing the same issue ### Steps to reproduce 1. Select images from library 2. Only give access to a limited photos set 3. Click the _manage_ button in iOS photo...

For anyone still stuck with the same problem, this can be solved with patch-package by changing the `ReactNativeWatermelonDB_kotlinVersion` to match your build.gradle version ``` diff --git a/node_modules/@nozbe/watermelondb/native/android/gradle.properties b/node_modules/@nozbe/watermelondb/native/android/gradle.properties index b22e447..9afeb77...

[vue-js-modal+1.3.35.patch](https://github.com/euvl/vue-js-modal/files/11194261/vue-js-modal%2B1.3.35.patch) For anyone with this issue, here is a patch that fixes it with [patch-package](https://www.npmjs.com/package/patch-package) using version 1.3.35 put in `patches/vue-js-modal+1.3.35.patch` ```patch diff --git a/node_modules/vue-js-modal/dist/index.js b/node_modules/vue-js-modal/dist/index.js index 988cdfc..490ed3a 100644 ---...