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

update build.gradle to fix #478 #479

Closed nateshmbhat closed 3 months ago

nateshmbhat commented 3 months ago

Summary

This removes the hardcoded gradle plugin version (7.3.1) so that it uses the gradle plugin from the root project that uses this library.

Test Plan

Just include this library in a react native app that uses 0.73+ version of react native and run the app

nateshmbhat commented 3 months ago

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