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.14k stars 197 forks source link

issues with xcode 15.3 #486

Closed sameerhamid closed 6 months ago

sameerhamid commented 6 months ago

my project was setup with xcode 14.3 and MACOS 13.4(ventura). now i am using xcode 15.3 on MACOS 14.4(Sonoma). now without any changes in code, i am getting this error:

  1. No member named 'CompactValue' in namespace 'facebook::yoga'; did you mean simply 'CompactValue'?
  2. 'Style' (aka 'unsigned char') is not a class, namespace, or enumeration

if anybody faced this issue. please help

jacobp100 commented 6 months ago

Have you tried updating your version of react native along with your other dependencies?

jacobp100 commented 6 months ago

Closing because there's not a library issue here - but shout if you're stuck