Adithya Reddy
Adithya Reddy
This is a fix for issue #13 and uses the solution that the user who opened the issue described.
# Summary * Closes https://github.com/zoontek/react-native-permissions/issues/490 * Fixes an issue on iOS where you could not ask for `LOCATION_ALWAYS` permission if you already had `LOCATION_WHEN_IN_USE` permission. * This only impacts the...
# Bug report If we have location when in use permission, requesting location always permission always returns denied, probably because of this line: https://github.com/react-native-community/react-native-permissions/blob/4017cbf0861b562bb48888f76cfa7c9a62c68ffc/ios/LocationAlways/RNPermissionHandlerLocationAlways.m#L38 Apple's documentation is pretty clear about...
winget is the first party package manager from Microsoft that's included by default in Windows 11 and newer versions of Windows 10: https://docs.microsoft.com/en-us/windows/package-manager/winget/ Instructions for distributing a package through winget...
# Summary * Closes https://github.com/zoontek/react-native-permissions/issues/490 * Fixes an issue on iOS where you could not ask for `LOCATION_ALWAYS` permission if you already had `LOCATION_WHEN_IN_USE` permission. * This only impacts the...
- VSCode Version: 1.11.0 - OS Version: Ubuntu 16.04 I have my Caps Lock key bound to Escape using `setxkbmap` on Linux. This worked fine till 1.10, but broke with...
**Describe the bug:** [Corepack](https://github.com/nodejs/corepack) is distributed by default with Node.js and enables use of package managers like Yarn and pnpm without having to install them explicitly. Running `corepack enable` within...