Daniel Merrill

Results 81 comments of Daniel Merrill

I don't fully understand the problem, can you post a snack? onPressIn on android seems to be working as expected in the snack I created here: https://snack.expo.dev/@computerjazz/rndfl-onpressin ![rndfl-android-onpressin](https://user-images.githubusercontent.com/6730148/144332043-9f6302bc-6dba-439f-8a8b-839c3953ac91.gif)

Can you provide a repro snack? btw responding to your own issue with all of those emojis makes your post seem kinda spammy....

Please upgrade reanimated and let me know if the issue persists. This package shouldn't really be used with reanimated < 1.4, as a critical performance feature was added then (`proc`)....

this may help: https://github.com/computerjazz/react-native-draggable-flatlist/issues/186#issuecomment-639654613 note that `onRef` returns the react ref, i.e. `{ current: flatLisRef | null }` and `ref.current` will be `null` on first render.

haven't seen that error before, but can you try upgrading to v3?

`getItemLayout` only works if you know each item's height ahead of time and won't work for dynamic content. Agree we could leverage it for cases where this is known ahead...

Sounds good to me, you're welcome to submit a PR!

What version of `react-native-draggable-flatlist` are you using? as of v3.0.0 we no longer call `getNode` on the container ref

thanks for the heads up! I haven't seen that `findNodeHandle` was deprecated -- have you seen any posts about it?