Skip to content

Commit 9f410b0

Browse files
feat: add RN_HARNESS configuration for app registry and view flattening
1 parent 44f2302 commit 9f410b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

example/.harness/manifest.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
global.RN_HARNESS = {
2+
appRegistryComponentName: 'App',
3+
disableViewFlattening: false,
4+
};

0 commit comments

Comments
 (0)