react-navigation.github.io
react-navigation.github.io copied to clipboard
Why otherParam value does not appear in the screenshot?
In Passing Parameters section, you've passed two parameters: itemId and otherParam from the Home Screen, but when you desructed their values in the Details Screen, only the value of itemId is appeared in the sceen-shot.
Screenshot
Expected Behavior
I expected to see the value of otherParam which is anything you want here.
Current Behavior
I see only the value of itemId while otherParam stills empty.