lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
523 stars 13 forks source link

'icons' is only available in iOS 13.0 or newer #40

Closed harbolaez closed 4 months ago

harbolaez commented 4 months ago

Running on react-native "react-native": "0.72.8" and with minimumIos Verson set to 14, getting error on extension UIBlurEffect

Screenshot 2024-06-14 at 4 43 41 PM
lodev09 commented 4 months ago

@harbolaez you need to upgrade your RN version to at least 0.73. See this issue.

lodev09 commented 4 months ago

In context, TrueSheet uses min_ios_version_supported pod config from RN which will ultimately use IOS 12.4 to your project.