Skip to content

Commit 8b1e4a5

Browse files
chore: lint
1 parent e326b5d commit 8b1e4a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/harness-android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ on:
2323
device_profile:
2424
description: "Device profile"
2525
required: false
26-
default: "pixel_8"
26+
default: "pixel_7"
2727
type: string
2828
avd_name:
2929
description: "AVD name"
3030
required: false
31-
default: "Pixel_8"
31+
default: "Pixel_8_API_35"
3232
type: string
3333
push:
3434
branches:
@@ -64,8 +64,8 @@ on:
6464
env:
6565
DEVICE_API_LEVEL: ${{ github.event.inputs.device_api_level || '35' }}
6666
DEVICE_ARCH: ${{ github.event.inputs.device_arch || 'x86_64' }}
67-
DEVICE_PROFILE: ${{ github.event.inputs.device_profile || 'pixel_8' }}
68-
AVD_NAME: ${{ github.event.inputs.avd_name || 'Pixel_8' }}
67+
DEVICE_PROFILE: ${{ github.event.inputs.device_profile || 'pixel_7' }}
68+
AVD_NAME: ${{ github.event.inputs.avd_name || 'Pixel_8_API_35' }}
6969

7070
jobs:
7171
harness_android:

example/rn-harness.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
runners: [
1515
androidPlatform({
1616
name: 'android',
17-
device: androidEmulator('Pixel_8'),
17+
device: androidEmulator('Pixel_8_API_35'),
1818
bundleId: 'com.nitroimageexample',
1919
}),
2020
applePlatform({

0 commit comments

Comments
 (0)