Ammar Faris

Results 17 comments of Ammar Faris

> Same here, after upgrading my react native project to _v. 0.68_. To fix it, just wrap your modal childs inside a new provider, locally: > > ```js > animationType="slide"...

> Commenting here as I am receiving the same warning using Nhost with Expo/React Native Yup, experiencing the same

Congrats on the 1.0 release! Would like to ask for the 1.0 release, **has OAuth support for React Native (RN) developers been improved?** This work-around / package is no longer...

> ``` > const { upload, isUploading, isError, progress } = useFileUpload(); > > const uploadFile = async (file: File) => { > const uploadResponse = await upload({ file, bucketId:...

> I need this toast for my react native web, expo project ../../node_modules/react-native-toast-message/lib/src/Toast.js Module parse failed: Unexpected token (15:12) You may need an appropriate loader to handle this file type,...

OMG, i just encountered the same problem after upgrading nhost packages; hopefully the "re-support" for react-native is coming soon... 😢

> Hi, guys You can try my package https://github.com/kesha-antonov/react-native-zoom-reanimated Or at least, you can look at the code. I managed to get it working simultaneously panning does not work with...

by default, currently, it already makes the dot offset in the Y-axis like the original poster stated and like the image shown for all platforms (ios, android, react-native-web) ... @yasaricli...

Hi, I'm a bit confused, so technically Accordion can be used (via PR's code), but it will execute without collapsible animations? is that true? thanks @natew @TheEhsanSarshar and the rest...

Encountering the same error/warning with a fresh install of tamagui with `npm create tamagui@latest` when switching dark-light mode in react native: ``` ERROR Warning: Cannot update a component (`Anchor`) while...