🚧 True Sheet 4.0 beta rewrites the layout engine. npx expo install @lodev09/react-native-true-sheet@beta Migration guide

Installation

Installation of the React Native True Bottom Sheet component.

Prerequisites

  • React Native >= 0.82
  • New Architecture enabled (default in RN 0.76+)
  • Xcode 26.1+ (liquid glass support)

Compatibility

TrueSheetReact NativeExpo SDK
4.0+0.82+55+
3.7 - 3.110.81+54+
3.60.8052-53

This package is not compatible with Expo Go. Use this with Expo CNG instead.

Expo

npx expo install @lodev09/react-native-true-sheet

See EAS Build troubleshooting for build configuration.

Bare React Native

npm install @lodev09/react-native-true-sheet

Then install the native dependencies:

cd ios && pod install
Edit on GitHub

On this page