react-native-auth0
react-native-auth0 copied to clipboard
chore(deps): bump react-native-screens from 4.18.0 to 4.19.0
Bumps react-native-screens from 4.18.0 to 4.19.0.
Release notes
Sourced from react-native-screens's releases.
4.19.0
What's Changed
Minor release. It comes with many improvements & bug fixes. Notably:
bottomAccessorysupport for native tabs on iOS,- special effects support for tabs on Android,
- support for synchronous state updates (behind a feature flag),
- quite few more.
⚠️ This release also removes long-deprecated native-stack v5 code from the repository.
See the full change set below 👇🏻
Improvements
- feat: Remove native-stack v5 from screens repo by
@kmichalikkin software-mansion/react-native-screens#3433- feat(iOS, Tabs): add bottomAccessory support by
@kligarskiin software-mansion/react-native-screens#3288- feat(Android, Tabs): Add special effects to bottom tabs on Android by
@Ubaxin software-mansion/react-native-screens#3337- feat(iOS, SplitView): Add support for primaryBackgroundStyle prop by
@t0maboroin software-mansion/react-native-screens#3320- feat(Stack): Add support for synchronous state updates on fabric for native stack by
@t0maboroin software-mansion/react-native-screens#3282- feat(iOS, SafeAreaView): use synchronous state updates by
@kligarskiin software-mansion/react-native-screens#3335- feat(iOS, SplitView): Add an option for changing number of columns dynamically by
@t0maboroin software-mansion/react-native-screens#3339- feat(iOS, SplitView): Migrate to new invalidate method by
@t0maboroin software-mansion/react-native-screens#3364- feat(iOS, Tabs): add prop to hide the tab bar by
@kligarskiin software-mansion/react-native-screens#3343- fix(iOS, Stack): handle icon rendering modes for bar button items by
@kligarskiin software-mansion/react-native-screens#3347- feat(Android, Tabs): add prop to hide the tab bar by
@kligarskiin software-mansion/react-native-screens#3344- feat: Bring back gestureResponseDistance on iOS 26 by
@kmichalikkin software-mansion/react-native-screens#3353- feat(iOS, Stack): Add controller invalidating to new stack impl by
@t0maboroin software-mansion/react-native-screens#3219- feat: add
snapshotAfterUpdatesproperty toRNSScreenViewby@bartlomiejbloniarzin software-mansion/react-native-screens#3296- feat(iOS, Stack, Tabs, experimental): add prop to override user interface style by
@kligarskiin software-mansion/react-native-screens#3342- fix(Android, Stack): Moving formsheet above keyboard by
@t0maboroin software-mansion/react-native-screens#3248- chore: Update installation steps in docs by
@t0maboroin software-mansion/react-native-screens#3391- feat(iOS): add missing features to bar button items by
@Ubaxin software-mansion/react-native-screens#3396- feat(Tabs): special effects refactor by
@kligarskiin software-mansion/react-native-screens#3440- chore: bump FabricExample & lib to [email protected] by
@t0maboroin software-mansion/react-native-screens#3456- refactor: Remove codegen-related deep imports by
@t0maboroin software-mansion/react-native-screens#3458Bug fixes
- fix(iOS, SplitView): Track visible columns from delegate by
@t0maboroin software-mansion/react-native-screens#3319- fix(iOS): Verify that ScrollView gesture hasn't begun when triggering pan gesture by
@kmichalikkin software-mansion/react-native-screens#3271- fix(iOS, SplitView): Remove tracking presentation layer in favor of sync state update by
@t0maboroin software-mansion/react-native-screens#3285- fix(iOS, Tabs): fix problems with dynamically changing title, icon, systemItem by
@kligarskiin software-mansion/react-native-screens#3333- fix(iOS, FormSheet): Always use absolute positioning by
@t0maboroin software-mansion/react-native-screens#3351- fix(Android, Stack): Make MountingCoordinator vector access thread safe by
@t0maboroin software-mansion/react-native-screens#3363- fix(iOS, Stack): Prevent overriding invalidate callback on Fabric by
@t0maboroin software-mansion/react-native-screens#3359- fix: RCTViewComponentViewProtocol -> RCTComponentViewProtocol by
@t0maboroin software-mansion/react-native-screens#3365- fix(iOS, FullWindowOverlay): Show overlay when app returns from background by
@t0maboroin software-mansion/react-native-screens#3369- fix(iOS): load header items icons synchronously when feasible by
@johankasperiin software-mansion/react-native-screens#3355
... (truncated)
Commits
f65b107release: 4.19.0 (#3481)4e1d7c1fix(iOS, FormSheet): Add fallback for searching ScrollView which is inside SA...c9b84fffix(Android): crash on hot reload when FabricUIManagerBinding is null (#3475)12e4eacfix(iOS, Stack): Fix enum conversion for landscape right (#3474)3accd66fix(iOS, FormSheet): Allow handling dynamic content size in FormSheet since 0...548e8eachore: Upgrade TVOSExample to RN 0.81 (#3465)028c47cfix(iOS, Tabs): bottom accessory opacity on appearance change (#3467)5463180chore: Sync react-navigation with 7.x branch (#3468)fb49fcafix(iOS 26, Stack): center view inside bar button item (#3449)e172686refactor: Remove codegen-related deep imports (#3458)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)