Skip to content

Commit 67c2995

Browse files
committed
changes to support new arch widget
1 parent 357e568 commit 67c2995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HyperFragmentView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (Platform.OS === 'android') {
3030
);
3131
}
3232

33-
const newArchEnabled = false;
33+
const newArchEnabled = global?.nativeFabricUIManager ? true : false;
3434

3535
const createFragment = (viewId: number, namespace: string, payload: string) => {
3636
if(!newArchEnabled) {

0 commit comments

Comments
 (0)