We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085337e commit eb26127Copy full SHA for eb26127
src/js/utils/expoglobalobject.ts
@@ -3,7 +3,8 @@
3
* (we are describing the native Module
4
* the TS typing is only guideline):
5
*
6
- * https://github.com/expo/expo/blob/5d1153e6ae7c497fa1281ffee85fabe90d2321c2/packages/expo-constants/src/Constants.types.ts#L124
+ * https://github.com/expo/expo/blob/b51b5139f2caa2a9495e4132437d7ca612276158/packages/expo-constants/src/Constants.ts
7
+ * https://github.com/expo/expo/blob/b51b5139f2caa2a9495e4132437d7ca612276158/packages/expo-manifests/src/Manifests.ts
8
*/
9
export interface ExpoConstants {
10
appOwnership?: 'standalone' | 'expo' | 'guest';
0 commit comments