github wix/react-native-navigation 7.1.0

latest releases: 7.39.2, 7.39.1, 7.39.0...
3 years ago

If on upgrading you experience the error:

Specs satisfying the ReactNativeNavigation (from ../node_modules/react-native-navigation) dependency were found, but they required a higher minimum deployment target.

Please update your Podfile deployment target to at least 11.0:

platform :ios, '11.0'

Starting with v7.0.0, the support for iOS 10 was dropped. The corresponding podspec was correct in this release to reflect that change.

Enhancements

iOS

Android

  • Support FastImage in Shared Element Transition #6610 by guyca
  • Support fontWeight and fontStyle in title, subtitle, TopBar buttons and tabs #6590 by danilobuerger

Fixed

iOS

  • Fix searchBarHiddenWhenScrolling not working #6564 by mateioprea
  • Fix shared element transition skipping last animation tick #6563 by yogevbd
  • Include componentId in showModal completed event #6579 by danilobuerger
  • Fix shared element x y translation using wrong coordinates #6592 by yogevbd
  • Use ImageParser instead of calling RCTConvert directly #6575 by danilobuerger
  • Better resolving shared element corner radius value #6603 by yogevbd
  • Podspec: Depend on React-Core instead of React #6600 by yogevbd

Android

  • Emit configuration change event to Js #6570 by guyca
  • Take ancestor views scale into account in shared element transitions #6614 by guyca
  • Fix timing issues when animating shared elements #6616 and #6620 by guyca
  • Fix border radius disappearing when animating between two FastImage elements with the same border radius #6617 by guyca
  • Support declaring fontStyle and fontWeight in default options for title and subtitle #6613 by guyca

Don't miss a new react-native-navigation release

NewReleases is sending notifications on new releases.