Skip to content

Commit 5d4d2ff

Browse files
committed
Fix type
1 parent 33a5cca commit 5d4d2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/js/utils/expoglobalobject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ export interface ExpoGlobalObject {
7373
ExponentConstants?: ExpoConstants;
7474
ExpoDevice?: ExpoDevice;
7575
ExpoUpdates?: ExpoUpdates;
76-
ExpoGo?: ExpoGo | null;
76+
ExpoGo?: ExpoGo;
7777
};
7878
}

0 commit comments

Comments
 (0)