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?
> ## Environment > * Dev OS: [e.g. OSX 15.1.1] > * Xcode: [Version 16.2 ] > * @rnmapbox/maps version: [eg. 10.1.33] > * React Native version: [eg. 0.76.3] >...
## Implemented solution I resolved this through the approach: 1. Updated the Mapbox SDK version in `app.config.js`: ```js // app.config.js [ "@rnmapbox/maps", { RNMapboxMapsImpl: "mapbox", RNMapboxMapsVersion: "11.8.0", // Updated from...