7.1.0
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
- Deprecate searchBar params in favour of a new standalone searchBar options #6586 by mateioprea
- Add overshoot animation interpolation #6544, #6589 by mrousavy
iOS
- Support for searchBar BackgroundColor and searchBar TintColor #6566 by mrousavy
- Animate borderRadius in shared element transitions #6532 by mrousavy
- Support using Apple's SF Symbols in icons #6576 by danilobuerger
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