1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:21:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: project init

This commit is contained in:
steven
2023-03-16 14:45:36 +08:00
parent d2f53e17c5
commit 76e5c6c59b
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
headless: Boolean(process.env.CI),
gpuMode: process.env.CI ? 'off' : undefined,
device: {
avdName: 'Pixel_3a_API_33_arm64-v8a',
avdName: 'TestingAVD',
},
utilBinaryPaths: ['./cache/test-butler-app.apk'],
},
@@ -58,7 +58,7 @@ module.exports = {
'genymotion.emulator.name': {
type: 'android.genycloud',
device: {
recipeName: 'Pixel_3a_API_33_arm64-v8a',
recipeName: 'TestingAVD',
},
utilBinaryPaths: ['./cache/test-butler-app.apk'],
},