Has anyone found a solution to shared share the pe...
# multiplatform
v
Has anyone found a solution to shared share the permission request (GPS, Notifications, ...) between iOS and Android ?
cc. @Adrien Body
l
I found a solution to make runtime permissions simple to request on Android with coroutines (https://github.com/LouisCAD/Splitties/tree/master/modules/permissions), but didn't try on iOS or macOS yet.
👍 1