ipoogleduck

Results 3 issues of ipoogleduck

Related to #448, but also uses version 6.2.1. Any version after this has buggy/laggy scrolling on iOS when re-renders occur. This issue needs to be documented.

Removes this error: ``` /Users/xxx/Documents/GitHub/xxx/node_modules/react-native-calendar-events/android/src/main /java/com/calendarevents/RNCalendarEvents.java:1090: Error: Value must be ≥ 0 but getColumnIndex can be -1 [Ra nge] if (cursor.getColumnIndex(CalendarContract.Events.DURATION) != -1 && cursor.getString(cursor.getCo lumnIndex(CalendarContract.Events.DURATION)) != null) { ```

### Mapbox Implementation Mapbox ### Mapbox Version 11.8.0 ### React Native Version 0.74.5 ### Platform Android ### `@rnmapbox/maps` version 10.1.35 ### Standalone component to reproduce ```javascript import React, { useEffect,...

bug 🪲