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

package="com.th3rdwave.safeareacontext" found in source AndroidManifest.xml #392

Closed Angelk90 closed 1 year ago

Angelk90 commented 1 year ago

I am getting the following warning, how do I remove it?

package="com.th3rdwave.safeareacontext" found in source AndroidManifest.xml: 
/Users/nameUser/Desktop/project/node_modules/react-native-safe-area-context/android/src/main/AndroidManifest.xml.
Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated.
Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: 
https://developer.android.com/studio/build/configure-app-module#set-namespace
This migration can be done automatically using the AGP Upgrade Assistant, please refer to 
https://developer.android.com/studio/build/agp-upgrade-assistant for more information.