MFI
MFI
Why is this feature not merged? I had a requirement for close button in the country picker. So if it's merged, I shouldn't patch it.
Yes, we can manually request using https://github.com/zoontek/react-native-permissions but is there a way to disable the default pop-up for "Motion&Fitness" permission within package?
> > is there a way to disable the default pop-up for "Motion&Fitness" permission within package? > > do you understand the consequences of the plug-in not having motion permission?...
> See API docs `Config.disableMotionActivityUpdates`. Set it to false. Once you have Motion Permission, set it to `true` using `.setConfig`. Hey, don't really understand. My requirement is that, the "Motion...
> > will this approach has any consequences of the plug-in not having motion permission? > > no. The plugin doesn't care _how_ permission is achieved. Permissions are granted to...