Update dependency react-native-screens to ~4.16.0 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~4.1.0
->~4.16.0
Release Notes
software-mansion/react-native-screens (react-native-screens)
v4.16.0
Compare Source
This release introduces support for dark mode in Bottom Tabs on Android, new search bar placements and search bar integration with the toolbar on iOS 26.
What's Changed
🟢 Improvements
🐞 Bug fixes
🔢 Misc
New Contributors
Full Changelog: software-mansion/react-native-screens@4.15.4...4.16.0
v4.15.4
Compare Source
Patch version fixing a bug on iOS with back button title disappearing when stack was used in bottom tabs.
What's Changed
Full Changelog: software-mansion/react-native-screens@4.15.3...4.15.4
v4.15.3
Compare Source
Patch version fixing bugs related to
systemItem
on iOS Bottom Tabs.What's Changed
Full Changelog: software-mansion/react-native-screens@4.15.2...4.15.3
v4.15.2
Compare Source
Patch version downgrading Coil library to resolve Android build issues on RN 0.79 #3157
What's Changed
Full Changelog: software-mansion/react-native-screens@4.15.1...4.15.2
v4.15.1
Compare Source
Patch version with fixing imports for backward compatibility #3153
What's Changed
Full Changelog: software-mansion/react-native-screens@4.15...4.15.1
v4.15.0
Compare Source
v4.14.1
Compare Source
Patch version with fixing possible runtime crash on web #3132.
What's Changed
clang-format
by @kligarski in #3135Full Changelog: software-mansion/react-native-screens@4.14...4.14.1
v4.14.0
Compare Source
v4.13.1
Compare Source
Patch version with #3032 fixing possible runtime crash on iOS.
v4.13.0
Compare Source
This release publishes our alpha versions of implementation of native bottom tabs, native split view (iOS only), and refactor of existing components.
Example usage can be found e.g. here.
We're counting on you, as early adopters, to start testing these APIs & give us feedback / ideas how to shape them.
All APIs except bottom tabs, require the library being build with
RNS_GAMMA_ENABLED=1
env var set. APIs behind that flag are meant for next major version.@kkafar: Huge thanks to the whole Screens team @kligarski @t0ms0n00 @maciekstosio @kmichalikk @WoLewicki @kmagiera for the initial work here. Let's keep going 💪🏻
Enjoy!
What's Changed
ca2bf1a
)d2b9f3b
)7fc48aa
)900fa48
)4835039
)0119cbc
)260b3fd
)346d86d
)089885d
)fee8faf
)UIOffset
ctors with calls toUIOffsetMake
(cdfd149
)RNS_GAMMA_ENABLED
env var for TVOS CI (f9f330d
)1f4493f
)DEFINES_MODULE
for stable app version (w/o gamma project enabled) (125be18
)b2f40f3
)29dc088
)24d88f7
)80f6d26
)55d8cb8
)1b6e5c2
)29ae3bd
)09f98b3
)86279b7
)7e6e07e
)339b0d8
)dd242eb
)1edf757
)f11364e
)83cf15e
)0435c92
)02e699b
)82ab88b
)a684d5f
)bd98527
)02eb227
)2363d98
)ccfac22
)02d6982
)fc9ea1e
)08f4fab
)efd9ceb
)2cbfb45
)835fbf6
)d62b0a3
)8ca3d94
)987b979
)9fe0a78
)33d309f
)ccfa831
)0af2d81
)StackContainer
in example (ecfbb76
)2a7b27b
)RNSStackScreenController
(fe1e40d
)a201560
)ed7850a
)84a6d4b
)title
being errorneously assigned totabKey
(9eb7365
)cfc23ac
)14181a6
)onNativeFocusChange
& react to JS focus change (8316c82
)TabScreenEventEmitter
inherit fromBaseEventEmitter
(118d6e9
)BaseEventEmitter
abstract class (32ca419
)a4af202
)aa75e7c
)e128e36
)c1c06c0
)e2ea87f
)3891ae3
)33267cf
)main-labs
(ecc6d3f
)cfaba29
)4004887
)71bee46
)adb6295
)85eb766
)b926d7c
)b6ec76f
)7e5d297
)56157ff
)3d85d59
)d88e555
)TestBottomTabs
(901383c
)featureFlags
struct & addcontrolledBottomTabs
flag (8ce2cfa
)experimentControlNavigationStateInJS
(2928e28
)abbb57a
)404bb0f
)ac5fcf6
)ebda803
)ea98952
)fe01c99
)d5e17be
)3c4ef70
)436d430
)1870f06
)880bea9
)d6b782b
)bb49e27
)896c2c6
)Full Changelog: software-mansion/react-native-screens@4.12.0...4.13.0
v4.12.0
Compare Source
What's Changed
Minor release with few fixes & internal refactors.
🟢 Improvements
screenId
prop allowing for native screen recognition by @kkafar in #2967🐞 Bug fixes
setTimeout
to prevent React infinite loop by @kligarski in #2963🔢 Misc
MapBuilder
API by @kkafar in #2968[email protected]
by @kkafar in #2825[email protected]
by @kkafar in #2970[email protected]
to fix issues with pods by @kligarski in #2975Full Changelog: software-mansion/react-native-screens@4.10.0...4.12.0
v4.11.1
Compare Source
What's Changed
Small patch release with fix for Android edge-to-edge system insets styling.
🐞 Bug fixes
🔢 Misc
Full Changelog: software-mansion/react-native-screens@4.11.0...4.11.1
v4.11.0
Compare Source
Minor release focused on fixing bugs, especially with the
formSheet
presentation, introduction ofpageSheet
presentation on iOS and integration withreact-native-edge-to-edge
on Android.What's Changed
🟢 Improvements
unstable_accessibilityContainerViewIsModal
prop forFullWindowOverlay
by @kkafar in #2854react-native-edge-to-edge
by @zoontek in #2464fitToContents
sheet height react to dynamic content by @kligarski in #2877🐞 Bug fixes
gesture-handler
is present by @kkafar in #2819useHeaderHeight
does not report correct value after cancelling search by @maciekstosio in #2817TouchableOpacity
does not work on screens withheaderTranslucent: true
on notchless iOS devices with older OS versions by @kkafar in #2858ScreenStackHeaderSearchBarView
invalid props type by @kkafar in #2881providers.exec
to enableconfiguration-cache
by @lukmccall in #2903🔢 Misc
isTranslucent
toScreenFragmentWrapper
& align method naming onScreen
by @kkafar in #2818shouldUseCustomBackBarButtonItem
flag by @maciekstosio in #2867SearchBar
code by renaming param by @kkafar in #2882HeaderConfig
asViewProps
already include children by @kkafar in #2883RNS_IGNORE_SUPER_CALL_BEGIN
by @kkafar in #2907New Contributors
Full Changelog: software-mansion/react-native-screens@4.10.0...4.11.0
v4.10.0
Compare Source
Minor release adding support for
formSheet
+ScrollView
+ sticky header layout on iOS (requires specific view hierarchy to work, see: #2747). The release includes also series of important fixes.There are a lot of big internal changes in this release - we kindly ask you to report any bug issues and especially regressions we didn't catch.
Cheers!
What's Changed
Please note that this change only aligns the library with the behaviour of min. supported
react-native
version, which is 0.76 (old arch) and 0.77 (new arch). This should not affect your apps unless you're using olderreact-native
version + custom patches.🟢 Improvements
🐞 Bug fixes
setOptions
by @kkafar in #2812sheetAllowedDetents
value & apply appropriate styles by @kkafar in #2762formSheet
not visible when going back frompush
in parent stack by @kkafar in #2767formSheet
selected detent index after fragment reattachment by @kkafar in #2782formSheet
presentation by @kkafar in #2788formSheet
withfitToContents
does not have correct height after goBack by @kkafar in #2789🔢 Misc
ScreenStack.onUpdate
method by @kkafar in #2763Example
by @kkafar in #2780notifyChildUpdated
->onChildUpdated
by @kkafar in #2783RNSScreenStackHeaderConfig.updateViewController:withConfig:animated:
by @kkafar in #2798New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.