Skip to content

@react-navigation/core@6.4.0

Compare
Choose a tag to compare
@satya164 satya164 released this 16 Sep 15:00
· 2820 commits to main since this release

6.4.0 (2022-09-16)

Bug Fixes

  • add missing parentheses typo in useFocusEffect error message (#10688) (9203045)
  • handle path with empty string properly for linking (#10708) (e8c374e)
  • potential prototype pollution attacks (#10455) (10e5d2b)
  • prevent Object properties to be used as parsing functions (#10570) (7fbd3e5)
  • strongly type the component prop on RouteConfigComponent (#10519) (55da7c9)
  • wrong setParams type if route does not have params (#10512) (8ed42cd)

Features