I have a list on my app screen, and when delete button is pressed I want to delete the selected item.
To achieve this, I have set “repeatedInfo.current.index” to an output value of the item component.
In the component event handler, I opened an Alert to show the output value.
When I previewed with Android, “repeatedInfo.current.index” was properly set. However, when previewing with iOS the same value was undefined. Is this a bug with AppGyver?