Home
last modified time | relevance | path

Searched refs:Maybe (Results 1 – 25 of 37) sorted by relevance

12

/expo/home/graphql/
H A Dtypes.ts3 export type Maybe<T> = T | null; alias
115 owner?: Maybe<User>;
1092 users?: Maybe<Array<Maybe<User>>>;
2021 charges?: Maybe<Array<Maybe<Charge>>>;
2180 app?: Maybe<App>;
2194 user?: Maybe<User>;
3322 appleDevices?: Maybe<Array<Maybe<AppleDevice>>>;
3762 app?: Maybe<App>;
3804 features?: Maybe<Array<Maybe<Feature>>>;
4152 allPublicApps?: Maybe<Array<Maybe<App>>>;
[all …]
/expo/packages/expo-router/build/head/
H A DExpoHeadModule.js.map1 …TODO: Get this automatically somehow\n activityType: string;\n // TODO: Maybe something like rob…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidUserInterfaceStyle.js.map1 …gator.addWarningAndroid(\n 'userInterfaceStyle',\n // TODO: Maybe warn that they nee…
/expo/packages/@expo/cli/src/graphql/
H A Dgenerated.ts9 export type Maybe<T> = T | null; alias
10 export type InputMaybe<T> = Maybe<T>;
12 export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };
13 export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
/expo/docs/pages/
H A D_error.tsx34 work out! Maybe it doesn't exist anymore! ��
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreen.js.map1 …enImage, splash],\n // Link storyboard to xcode project.\n // TODO: Maybe fold this into the…
H A DgetIosSplashConfig.js.map1 … | null;\n tabletBackgroundColor?: string | null;\n };\n}\n\n// TODO: Maybe use an array on sp…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dav.mdx95 // The player has just finished playing and will stop. Maybe you want to play something else?
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dav.mdx95 // The player has just finished playing and will stop. Maybe you want to play something else?
/expo/packages/expo-router/build/
H A DuseNavigation.js.map1 …arentNavigation = navigation.getParent(normalizedParent);\n\n // TODO: Maybe print a list of pa…
/expo/docs/pages/build-reference/
H A Dapk.mdx80 - Send that URL to your device. Maybe by email? Up to you.
/expo/docs/pages/guides/
H A Dcustomizing-webpack.mdx33 // Maybe you want to turn off compression in dev mode.
/expo/docs/pages/versions/unversioned/sdk/
H A Dav.mdx142 // The player has just finished playing and will stop. Maybe you want to play something else?
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dav.mdx142 // The player has just finished playing and will stop. Maybe you want to play something else?
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dav.mdx142 // The player has just finished playing and will stop. Maybe you want to play something else?
/expo/packages/expo-face-detector/ios/EXFaceDetector/
H A DEXFaceDetectorManager.m207 // Maybe if the delegate is not present anymore we should disable encoding,
/expo/packages/@expo/metro-config/build/
H A DrewriteRequestUrl.js.map1 …h('/') ? new URL(url, 'https://acme.dev') : new URL(url);\n // TODO: Maybe this function coul…
/expo/packages/@expo/metro-config/build/serializer/
H A DwithExpoSerializers.js.map1 …ceMap);\n // TODO: Maybe we can do this earlier.\n parsed.sources = parsed.sources.m…
/expo/packages/expo-router/src/
H A DuseScreens.tsx153 // TODO: Maybe there's a more React-y way to do this?
/expo/packages/@expo/config-plugins/build/android/
H A DVersion.js.map1 … cannot be found or does not have a numeric value.`\n );\n // TODO: Maybe just add the prope…
/expo/ios/Exponent/Kernel/Core/
H A DEXKernel.m74 …// Set the delegate of dev menu manager. Maybe it should be a separate class? Will see later once …
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dpostcss.js.map1Maybe support platform-specific postcss config files in the future.\n const jsConfigPath = path.j…
/expo/packages/expo-constants/build/
H A DExponentConstants.web.js.map1 … return null;\n },\n get systemFonts(): string[] {\n // TODO: Bacon: Maybe possible.\n ret…
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithStaticPlugin.js.map1 …le.log();\n }\n }\n }\n }\n // TODO: Maybe allow for `PluginE…
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithIosIcons.js.map1 …kground color to solid white to prevent any transparency.\n // TODO: Maybe use a more adaptiv…

12