SafeAreaView has been deprecated

Author: saidyeterCreated Nov 21, 2025Updated Jan 17, 2026
Labels3rd party bug

Hi here, I am developing an app that is based on your template. I get this warning on every refresh WARN SafeAreaView has been deprecated and will be removed in a future release. Please use 'react-native-safe-area-context' instead. See https://github.com/th3rdwave/react-native-safe-area-context I don't use SafeAreaView anywhere. This should mean it is from a dependency. It gets annoying after sometime. I wasn't able to surpass this warning by using LogBox Right now you can reproduce just creating new app by npx @react-native-reusables/cli@latest init I am using Node v24.10.0 and npm v11.6.1 Unfortunately I can't pinpoint where it is used. Maybe it is from rn-primitives or maybe from nativewind. But it is in the template. How can I get rid of this warning until this issue is fixed? Thank you for spending your time to read my problem. Said

Source: founded-labs/react-native-reusables