Antonio Henrique

Results 4 comments of Antonio Henrique

I have used a different approach, in my case, I'm using a snackbar queue context: ```typescript import React, { ComponentPropsWithoutRef, ReactNode, createContext, useContext, useEffect, useRef, useState, } from 'react'; import...

hey! is this still being worked on? I'd love to see modalfy having support for reanimated 😄

Have you tried using a ref to store text input instead? ```tsx export default function HomeScreen() { const [ showModal, setShowModal ] = useState(false) const [ showDialog, setShowDialog ] =...

facing the same issue here, but tried without react-native-vision-camera: ```json "react-native": "0.79.4", "react-native-reanimated": "~3.17.4", "react-native-worklets-core": "^1.5.0" ```