Aleks

Results 4 comments of Aleks

Eagerly looking for merge!

I have run into exact same issue. `SafeAreaView` does not add paddings, while `useSafeAreaInsets()` is working properly.

I can confirm, I get same error on Expo 51 and `expo-dev-client` `4.0.21`. Setting in `package.json`: `"expo-dev-client": "4.0.20"` fixes issue. Careful, do not use `~`, as it will not work:...