Hugo Duarte
Hugo Duarte
Hi @LonelyCpp Any solution? I'm using bare workflow.
Guys, passing a function to **onMomentumScrollEnd prop** works for me. The onMomentumScrollEnd is called using the `useAnimatedScrollHandler` hook, as expected. ```js const handleScrollHandler = useAnimatedScrollHandler({ onMomentumScrollEnd: () => { //...
> @fhugoduarte Are you sure you are running rea 2.3.0? Could you try my code snippet? From my package.json: `"react-native-reanimated": "~2.3.1",` ` "react-native": "0.64.3",`
Hello!! I had the same issue and from what I've been researching, React Native disables natively received "requests" for focus (Android). But I found a way, wrapping the TextInput in...
Opa @hmartiins tudo bem? Muito legal a tua ideia, acho que para isso teríamos que criar um backend, para que os dispositivos se comunicassem. Creio que um socket seria legal...