Rubén
Rubén
@michaelbarnes I'm using React Native with Expo, and the problem occurs when running React Native on the web.
I found a solution. This is what I did in my metro config file. ``` const { getDefaultConfig } = require("expo/metro-config"); const path = require("node:path"); const projectRoot = __dirname; const...
I have a workaround: I auto-focus the input after a few milliseconds, and it works but it doesn’t look very smooth. ``` useEffect(() => { setTimeout(() => { if (inputRef.current...
> tested your sample code on latest release and the issue not occurring, could you please retest again Here’s a new Snack: https://snack.expo.dev/@code-504/bottom-sheet---issue-reproduction-template?platform=android The problem still persists. In this new...
I encountered the same error. I changed my supabase connection port from 6543 to 5432 and it worked for me, but this error happened to me when I used arrays.
You can use `height: "100%"` https://snack.expo.dev/@ammarahmed/github.com-ammarahm-ed-react-native-actions-sheet:expo-example