Finally working on Android?
This commit is contained in:
parent
d727a65885
commit
908548b642
|
@ -52,7 +52,7 @@ module.exports = {
|
|||
emulator: {
|
||||
type: 'android.emulator',
|
||||
device: {
|
||||
avdName: 'Pixel_4_XL_API_31'
|
||||
avdName: 'Pixel_API_31_AOSP'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue