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

Build error when use Fabric mode #469

Closed tanlucvo closed 4 months ago

tanlucvo commented 5 months ago

issue: 'react/renderer/components/safeareacontext/Props.h' file not found Version: react-native-safe-area-context: 4.9.0, react-native: 0.73.3 Reproduce:

Issue image:

image
atultiwaree commented 4 months ago

Hey, @tanlucvo in doc they have mentioned that new arch is currently in experimental mode and You will need to be on 4.4.0 and react-native 0.70+

tanlucvo commented 4 months ago

Yupp, thank you