Noviar Endru
Noviar Endru
Thanks for the great library! Based on my observation, this thing will show up when you capture an exception using `Sentry.captureException()`. The exception can come from anything, so our problem...
In my case, it happened after user reopened the app (after being backgrounded before, hence activity resumes ) and the app immediately called `requestForegroundPermissionsAsync()` function. My workaround was to add...
See [this post](https://github.com/react-native-netinfo/react-native-netinfo/issues/573#issuecomment-1050197973) if you can't upgrade your RN version
Any update on this?
My bad. In my case, I used emulator and didn't toggle the software keyboard to show up. With keyboard displayed, the color options showed up.
Still experience this with expo-in-app-purchases 13.1.0. Has this fix been released? If not, please release it ASAP. Thank you so much
> Soo you did a sleep function with the setTimeOut to prevent that error ? Yes, something like this ``` setTimeout(async () => { const { status } = await...
Yeah, `scaleX` doesn't work if we wrap the slider inside a class component. But, it works within a functional component. I tried on version 4.1.10.
Me too. It was working fine for months, then somehow some of my workflows' name changed to file path. I have put the `name` since the beginning.
Those workflows have `workflow_dispatch` with `inputs`. After they changed to file path, I cannot run them manually anymore through the web UI.