Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
7.40.3
7.40.1
7.40.0
Enhancements
Test ID's for title, subtitle
Added test-ID's for title and subtitle component in top-bars (#7866 by @Niryo, @d4vidi)
Given a test ID top-bar-id
over a screen's top-bar (specified either in setRoot
's or the screen's options), the following ID's are automatically set:
- Title:
top-bar-id.title
- Subtitle:
top-bar-id.subtitle
7.39.2
7.39.1
7.39.0
7.38.6
7.38.5
7.38.4
Enhancements
- Bump [email protected] #7856 by d4vidi
Fixed
iOS
- Avoid cutting-off text on bottom bar buttons on iPad. #7863 by @asafkorem (following suggested solution by @phuongwd & @thuongtv-vn)
- Xcode 15.3 compliance. #7861 by asafkorem