mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 00:58:20 +00:00
* Update flow type definition for getParam to actually check key and fallback are valid * add changelog entry for `getParam` flow type changes * Return "any" in `getParam` if params are not defined in the navigation state * use void in place of any