Chris Savvopoulos
Chris Savvopoulos
Couldn't you use [PermissionsAndroid](https://reactnative.dev/docs/permissionsandroid) to request the location permissions and then watchPosition? And then clearWatch when the app is backgrounded?
Same here, for 19.0.0-legacy. I can reproduce simply by running: `docker run --rm -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:19.0.0-legacy` and waiting for 5-15 minutes. I also tried the non-docker...
Just for any others finding this issue - keycloak 19.0.1 still has this issue.
This would be an incredibly cool feature to have - we would like to have a version selector in our app that would allow our internal users to test their...
(Not a maintainer, just reporting back for others.) The example app works fine for me on the following emulators: - Pixel XL, Android 8.1 or 9 (API 27/28, x86)
Just FYI - we saw this error on a Google Pixel 4a running Android 12. Versions: ``` "react-native": "0.68.2", "react-native-keychain": "8.1.1", ```
Just to add that I got this error for a Samsung device (SM-T813)
Many of the solutions here use justifyContent: 'center' to horizontally center the icon in a container. That is a start, but not enough. The icon itself is often not centered...
> @savv Have you found a solution that works? I manually recenter with `paddingLeft` by adding pixels until it feels right.
Also note, changing base64 to: `pwQC9gGQB6MAAQXk8rwCqLrKBPIJrwLkA4oHiwqOAskD5wahAMCaDIC1GA==` throws an exception: ``` internal/buffer.js:76 throw new ERR_OUT_OF_RANGE(type || 'offset', ^ RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be...