Skip to main content
Version: Unreleased

Installation

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
info

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

yarn add @lodev09/react-native-true-sheet

Then install the native dependencies:

cd ios && pod install