You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
I've noticed that when I remove a photo from the imageUrl array that the array updates showing the proper array with a reduced length but that somehow when swiping to the very end of the array it get's passed undefined returning the error: Cannot read property 'url' of undefined
It's not exactly clear where the renderItem isn't updating because the index and totalIndex seem to update properly.
The text was updated successfully, but these errors were encountered:
I've noticed that when I remove a photo from the imageUrl array that the array updates showing the proper array with a reduced length but that somehow when swiping to the very end of the array it get's passed undefined returning the error: Cannot read property 'url' of undefined
It's not exactly clear where the renderItem isn't updating because the index and totalIndex seem to update properly.
Hi,
did you find any workaround?
Tnx
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed that when I remove a photo from the imageUrl array that the array updates showing the proper array with a reduced length but that somehow when swiping to the very end of the array it get's passed undefined returning the error:
Cannot read property 'url' of undefined
It's not exactly clear where the renderItem isn't updating because the index and totalIndex seem to update properly.
The text was updated successfully, but these errors were encountered: