We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5cca commit 5d4d2ffCopy full SHA for 5d4d2ff
1 file changed
packages/core/src/js/utils/expoglobalobject.ts
@@ -73,6 +73,6 @@ export interface ExpoGlobalObject {
73
ExponentConstants?: ExpoConstants;
74
ExpoDevice?: ExpoDevice;
75
ExpoUpdates?: ExpoUpdates;
76
- ExpoGo?: ExpoGo | null;
+ ExpoGo?: ExpoGo;
77
};
78
}
0 commit comments