Skip to content

Commit 1c2b7df

Browse files
fix: simplify Android emulator configuration in harness setup
1 parent 99a8fca commit 1c2b7df

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

example/rn-harness.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ const config = {
2020
runners: [
2121
androidPlatform({
2222
name: 'android',
23-
device: androidEmulator('Pixel_API_34', {
24-
apiLevel: 34,
25-
target: 'google_apis',
26-
diskSize: '6G',
27-
heapSize: '4096M',
28-
}),
23+
device: androidEmulator('Pixel_API_34'),
2924
bundleId: 'mendixnative.example',
3025
}),
3126
applePlatform({

0 commit comments

Comments
 (0)