th3rdwave / react-native-safe-area-context

A flexible way to handle safe area insets in JS. Also works on Android and Web!
MIT License
2.08k stars 191 forks source link

SafeAreaView works in debug mode but not release in iOS #436

Closed KylixMedusa closed 9 months ago

KylixMedusa commented 9 months ago

Simulator Screenshot - iPhone 15 Pro - 2023-10-01 at 13 09 21

ios version: 17.0 library version: 4.7.2

While trying to run in debug mode, the app runs fine and the insets work perfectly, but while running a release build the safe area view doesn't work in iOS. The library works perfectly fine on Android.

KylixMedusa commented 9 months ago

Was related to a peer library react-native-screenshot-prevent

CherukuriSiva commented 7 months ago

@KylixMedusa Can you please share details how did you fix the issue... Im facing similar issue but we are not using react-native-screenshot-prevent package. App working fine in debug mode but seeing some flickering in release mode.