fix edge to edge mode, lint

This commit is contained in:
Samuel Newman
2025-11-24 14:29:45 +02:00
parent 2111c5470f
commit efa75662dc
6 changed files with 113 additions and 134 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ android {
dependencies {
implementation project(':expo-modules-core')
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.android.material:material:1.13.0'
implementation "com.facebook.react:react-native:+"
}