Andrew Gilliland

React Native Screens 4.0.0

Last Updated: December 15, 2024

The Sweetness

The highlights of react-native-screens 4.0.0.

Sheets API

  • Support for formSheet presentation on Android and custom detents on iOS.
  • On Android, up to three detents can be specified and control sheets corner radius, dimming view, initial detent, elevation, and more.
  • On iOS, support for unlimited number of detents, and other config options like sheetExpandsWhenScrolledToEdge or sheetLargestUndimmedDetentIndex.

Preload support for native-stack screens

  • Preload support for native-stack v7, utilized in react-navigation.
  • Preload allows you to load screens in advance.

Improved iOS animations

  • Align simple_push iOS animations to match closer to native defaults.
  • The completion animation after a gesture cancels on interactive swipes.

Dropped support for:

  • native-stack v5
  • react-navigation v7

Resources

Introducing React Native Screens 4.0.0

react-native-screens GitHub repo