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

Build Failures in React Native New Architecture - Chip M Apple #487

Closed phucph1998 closed 5 months ago

phucph1998 commented 5 months ago

System: OS: macOS 13.6.6 CPU: (12) arm64 Apple M2 Pro Memory: 54.81 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 21.7.1 path: /opt/homebrew/bin/node Yarn: version: 1.22.21 path: /opt/homebrew/bin/yarn npm: version: 10.5.0 path: /opt/homebrew/bin/npm Watchman: version: 2024.03.25.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms:

"react": "18.2.0", "react-native": "0.72.4", "react-native-safe-area-context": "4.8.0-rc.0",

Screenshot 2024-04-08 at 22 20 51 Screenshot 2024-04-08 at 22 20 39

}

huextrat commented 5 months ago

Support for 0.74 + new arch is coming with v4.10.0+

https://github.com/th3rdwave/react-native-safe-area-context/releases/tag/v4.10.0-rc.0

phucph1998 commented 5 months ago

Support for 0.74 + new arch is coming with v4.10.0+

https://github.com/th3rdwave/react-native-safe-area-context/releases/tag/v4.10.0-rc.0

Ok thanks let me check