Ted Mader
Ted Mader
> Managed to successfully workaround the issue in Android Standalone by applying 2 changes to our app: > > 1. Use a `expo.scheme` different than `expo.android.package` (I am using a...
@pedralho @ruiengana That workaround is not successfully closing the modal or signing the user in (using Amazon Cognito Hosted UI + amplfy-js). My manifest is using different `scheme` and `android.package`:...
Workaround for Android Expo Standalone + Cognito User Pools + Amplify here: https://github.com/expo/expo/issues/10860#issuecomment-917732407
Just ran into this myself! I believe Tamagui should handle adding `accessible` to components, right? React Native Elements takes care of this for you.
Just ran into this issue myself. Had to work around it by using `setValues`: ```ts const handleClear = (name: keyof FormValues) => () => { /** * setFieldValue to undefined...
Same error on version 1.94.0!
@andywhite37 using `@react-theming/storybook-addon`, I was able to work around this by serializing/deserializing and recreating the theme: ``` /** * Serialize and deserialize theme to work around `values is not defined`...
Ran into this issue as well! Does anyone have a good workaround?
@cwomack Any news from the team on this? I'm currently using `Storage.put` in our React Native app for image upload, and sometimes corrupted images make it through. The ability to...
Hello, I just wanted to add I am running into this use case as well. We have search results that can go out of stock, and would like to reuse...