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
If you look closely you can see it in your example. You briefly see the navigation card of the item details view appearing with the right button icon in it and at the end it's no longer visible.
If you put a console.log() inside the _renderRightComponent function, you will see that the function gets called 4 times when clicking on any of the Items.
I can't provide you with a patch (yet) as I'm very new to React and React Native ;-)
The text was updated successfully, but these errors were encountered:
If you look closely you can see it in your example. You briefly see the navigation card of the item details view appearing with the right button icon in it and at the end it's no longer visible.
If you put a console.log() inside the _renderRightComponent function, you will see that the function gets called 4 times when clicking on any of the Items.
I can't provide you with a patch (yet) as I'm very new to React and React Native ;-)
The text was updated successfully, but these errors were encountered: