mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 09:39:18 +08: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