Open
Description
Before submitting a new issue
- I tested using the latest version of the library, as the bug might be already fixed.
- I tested using a supported version of react native.
- I checked for possible duplicate issues, with possible answers.
Bug summary
Building gives following error
error 'withPresentedSheet(completion:)' is only available in iOS 15.0 or newer
error 'detentIdentifierForIndex' is only available in iOS 15.0 or newer
error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app
Library version
2.5.0
Environment info
"@lodev09/react-native-true-sheet": "^2.0.5",
"react-native": "0.75.4",
Steps to reproduce
using these gives this error

Reproducible example repository
none