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

Add support for react native 0.73 which uses android gradle version of 8.1.1 which comes pre bundled with react native #478

Closed nateshmbhat closed 6 months ago

nateshmbhat commented 6 months ago

We get following error when compiling this library for react native 0.73+ versions :

The project is using an incompatible version (AGP 8.1.1) of the Android Gradle plugin. Latest supported version is AGP 7.3.1

In your build.gradle file , remove the version u are using and let the project pick the version that uses your library. will raise a PR for this

nateshmbhat commented 6 months ago

looks like the issue was due to older version of android studio :/ closing this