Closed harbolaez closed 4 months ago
Running on react-native "react-native": "0.72.8" and with minimumIos Verson set to 14, getting error on extension UIBlurEffect
extension UIBlurEffect
@harbolaez you need to upgrade your RN version to at least 0.73. See this issue.
0.73
In context, TrueSheet uses min_ios_version_supported pod config from RN which will ultimately use IOS 12.4 to your project.
min_ios_version_supported
Running on react-native "react-native": "0.72.8" and with minimumIos Verson set to 14, getting error on
extension UIBlurEffect