Gabriel Rodrigues
Gabriel Rodrigues
> A quick solution I found that helped me resolve the issue, allowing me to rebuild and create a development build for Expo. Follow the steps below to fix the...
> A quick solution I found that helped me resolve the issue, allowing me to rebuild and create a development build for Expo. Follow the steps below to fix the...
I solved this inside the Dropdows.tsx Index file ``` tsx const scrollIndex = useCallback(() => { if (autoScroll && data.length > 0 && listData?.length === data?.length) { setTimeout(() => {...
Yes, I have a pull request open, waiting for approval for it: https://github.com/hoaphantn7604/react-native-element-dropdown/pull/279
Is there anything else we need to finalize this?