Skip to main content

Installation

Prerequisites

  • React Native >= 0.76 (Expo SDK 52+)
  • New Architecture enabled (default in RN 0.76+)
info

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

Expo

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

Bare React Native

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

Then install the native dependencies:

cd ios && pod install