Finally working on Android?

This commit is contained in:
Diego Mello 2023-02-06 10:04:22 -03:00
parent d727a65885
commit 908548b642
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ module.exports = {
emulator: {
type: 'android.emulator',
device: {
avdName: 'Pixel_4_XL_API_31'
avdName: 'Pixel_API_31_AOSP'
}
}
},

View File

@ -374,6 +374,7 @@ dependencies {
implementation "com.tencent:mmkv-static:1.2.10"
androidTestImplementation('com.wix:detox:+')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.facebook.soloader:soloader:0.10.4'
}
if (isNewArchitectureEnabled()) {