| /expo/packages/create-expo-module/src/ |
| H A D | prompts.ts | 15 const initial = getInitialName(customTargetPath); constant 20 initial, 27 const initial = getInitialName(customTargetPath); constant 33 initial, 45 initial: () => { 57 initial: 'My new module', 64 initial: () => { 77 initial: await findMyName(), 84 initial: await findGitHubEmail(), 111 initial: () => { [all …]
|
| /expo/packages/create-expo-module/build/ |
| H A D | prompts.js | 17 const initial = getInitialName(customTargetPath); 22 initial, 28 const initial = getInitialName(customTargetPath); 33 initial, 44 initial: () => { 56 initial: 'My new module', 63 initial: () => { 76 initial: await (0, utils_1.findMyName)(), 83 initial: await (0, utils_1.findGitHubEmail)(), 107 initial: () => { [all …]
|
| H A D | prompts.js.map | 1 …initial = getInitialName(customTargetPath);\n return {\n type: 'text',\n name: 'slug',\n …
|
| /expo/apps/native-component-list/src/screens/WebBrowser/ |
| H A D | OpenAuthSessionAsyncDemo.tsx | 20 { name: 'createTask', type: 'boolean', initial: true }, 21 { name: 'preferEphemeralSession', type: 'boolean', platforms: ['ios'], initial: false }, 25 additionalParameters: [{ name: 'shouldPrompt', type: 'boolean', initial: false }],
|
| H A D | OpenBrowserAsyncDemo.tsx | 77 initial: false, 83 initial: false, 88 initial: false, 94 initial: false, 100 initial: false,
|
| /expo/packages/expo-image/build/web/ |
| H A D | AnimationManager.d.ts | 30 export default function AnimationManager({ children: renderFunction, initial, transition, recycling… 32 initial: AnimationManagerNode | null;
|
| H A D | AnimationManager.js | 67 export default function AnimationManager({ children: renderFunction, initial, transition, recycling… field 69 const initialNode = useAnimationManagerNode(initial, 'active'); 120 if (initial?.[0] === node.animationKey) { 121 return initial[1]({
|
| /expo/apps/native-component-list/src/screens/ImagePicker/ |
| H A D | ImagePickerScreen.tsx | 25 { name: 'allowsEditing', type: 'boolean', initial: false }, 37 { name: 'exif', type: 'boolean', initial: false }, 38 { name: 'base64', type: 'boolean', initial: false }, 124 initial: false, 135 initial: false, 185 parameters: [{ name: 'writeOnly', type: 'boolean', initial: false }], 190 parameters: [{ name: 'writeOnly', type: 'boolean', initial: false }],
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | getOrPromptApplicationId.ts | 60 initial: (await getRecommendedBundleIdAsync(exp)) ?? undefined, 96 initial: true, 166 initial: (await getRecommendedPackageNameAsync(exp)) ?? undefined,
|
| /expo/packages/expo-image/src/web/ |
| H A D | AnimationManager.tsx | 108 initial, 113 initial: AnimationManagerNode | null; 119 const initialNode = useAnimationManagerNode(initial, 'active'); 185 if (initial?.[0] === node.animationKey) { 186 return initial[1]({
|
| /expo/packages/@expo/cli/src/start/doctor/apple/ |
| H A D | XcrunPrerequisite.ts | 40 initial: true,
|
| H A D | XcodePrerequisite.ts | 22 const confirm = await confirmAsync({ initial: true, message });
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | port.test.ts | 57 expect(confirmAsync).toHaveBeenCalledWith({ initial: true, message: 'Use port 8082 instead?' }); 69 expect(confirmAsync).toHaveBeenCalledWith({ initial: true, message: 'Use port 8082 instead?' });
|
| /expo/apps/native-component-list/src/components/FunctionDemo/ |
| H A D | index.types.ts | 16 initial: boolean;
|
| /expo/templates/expo-template-tabs/app/ |
| H A D | +html.tsx | 17 … <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> 21 …content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cov…
|
| /expo/packages/@expo/metro-runtime/ |
| H A D | README.md | 13 Import this somewhere in the initial bundle. For example, the `App.js`:
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/ |
| H A D | installOnDeviceAsync.ts | 73 initial: true,
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 114 const jsi::Value &initial, in MutableValue() argument 119 value(ShareableValue::adapt(rt, initial, runtimeManager)) {} in MutableValue()
|
| H A D | MutableValue.h | 39 const jsi::Value &initial,
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 114 const jsi::Value &initial, in MutableValue() argument 119 value(ShareableValue::adapt(rt, initial, runtimeManager)) {} in MutableValue()
|
| H A D | MutableValue.h | 39 const jsi::Value &initial,
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 114 const jsi::Value &initial, in MutableValue() argument 119 value(ShareableValue::adapt(rt, initial, runtimeManager)) {} in MutableValue()
|
| H A D | MutableValue.h | 39 const jsi::Value &initial,
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 114 const jsi::Value &initial, in MutableValue() argument 119 value(ShareableValue::adapt(rt, initial, runtimeManager)) {} in MutableValue()
|
| H A D | MutableValue.h | 39 const jsi::Value &initial,
|