Skip to main content

Installation

Prerequisites

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

Compatibility

TrueSheetReact NativeExpo SDK
3.7+0.80+54+
3.60.7952-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