Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/expo/ios/versioned/sdk47/EXFirebaseCore/EXFirebaseCore/
H A DABI47_0_0EXFirebaseCore+FIROptions.m35 if (options.androidClientID) [json setValue:options.androidClientID forKey:@"androidClientId"];
36 if (options.APIKey) [json setValue:options.APIKey forKey:@"apiKey"];
37 if (options.googleAppID) [json setValue:options.googleAppID forKey:@"appId"];
38 if (options.clientID) [json setValue:options.clientID forKey:@"clientId"];
39 if (options.databaseURL) [json setValue:options.databaseURL forKey:@"databaseURL"];
40 …if (options.deepLinkURLScheme) [json setValue:options.deepLinkURLScheme forKey:@"deepLinkUrlScheme…
41 if (options.GCMSenderID) [json setValue:options.GCMSenderID forKey:@"messagingSenderId"];
42 if (options.projectID) [json setValue:options.projectID forKey:@"projectId"];
43 if (options.storageBucket) [json setValue:options.storageBucket forKey:@"storageBucket"];
44 if (options.trackingID) [json setValue:options.trackingID forKey:@"trackingId"];
[all …]
/expo/apps/native-component-list/src/screens/
H A DCheckboxScreen.tsx8 const [value, setValue] = React.useState(true);
13 <Checkbox value={value} onValueChange={setValue} />
16 <Checkbox value={value} onValueChange={setValue} color="#4630EB" />
23 <Checkbox value={value} onValueChange={setValue} style={{ height: 32, width: 32 }} />
H A DSliderScreen.tsx9 const [value, setValue] = React.useState(0.5);
15 <Slider value={value} onValueChange={setValue} />
23 onValueChange={setValue}
H A DSwitchScreen.tsx9 const [value, setValue] = React.useState(true);
16 onValueChange={setValue}
26 <Switch value={value} onValueChange={setValue} style={{ height: 32, width: 128 }} />
H A DPickerScreen.tsx90 const [value, setValue] = React.useState<any>('java');
94 <Picker {...props} selectedValue={value} onValueChange={(item) => setValue(item)}>
107 const [value, setValue] = React.useState<any>('java');
116 onValueChange={(item) => setValue(item)}>
129 const [value, setValue] = React.useState<any>('java');
133 <PickerIOS {...props} selectedValue={value} onValueChange={(item) => setValue(item)}>
/expo/apps/native-component-list/src/screens/Location/
H A DLocationScreen.tsx13 subscribe: (setValue: SetValueType) => Subscription | Promise<Subscription>;
20 async (setValue: SetValueType) => {
22 setValue(undefined);
26 setSubscription(await props.subscribe(setValue));
111 subscribe={(setValue) => Location.watchPositionAsync({}, setValue)}
116 subscribe={(setValue) => Location.watchHeadingAsync(setValue)}
/expo/apps/native-component-list/src/components/
H A DSimpleActionDemo.tsx16 action: (setValue: (value: any) => any) => any;
21 const [value, setValue] = useState<any>(undefined);
26 const value = await action(setValue);
27 setValue(value);
30 setValue(error);
H A DTitledSwitch.tsx11 setValue: (value: boolean) => void;
14 const TitleSwitch = ({ style, titleStyle, title, value, setValue, disabled }: Props) => {
19 <Switch disabled={disabled} value={value} onValueChange={(value) => setValue(value)} />
H A DTitledPicker.tsx13 setValue: (value: string) => void;
16 const TitledPicker = ({ style, titleStyle, title, value, setValue, items, disabled }: Props) => {
24 onValueChange={(value) => setValue(`${value}`)}>
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXFileDownloader.m71 [request setValue:[self _userAgentString] forHTTPHeaderField:@"User-Agent"];
74 [request setValue:version forHTTPHeaderField:@"Exponent-Version"];
102 [request setValue:releaseChannel forHTTPHeaderField:@"Expo-Release-Channel"];
103 [request setValue:@"true" forHTTPHeaderField:@"Expo-JSON-Error"];
104 [request setValue:requestAbiVersion forHTTPHeaderField:@"Exponent-SDK-Version"];
105 [request setValue:@"ios" forHTTPHeaderField:@"Exponent-Platform"];
106 [request setValue:@"true" forHTTPHeaderField:@"Exponent-Accept-Signature"];
107 [request setValue:@"application/expo+json,application/json" forHTTPHeaderField:@"Accept"];
108 [request setValue:@"1" forHTTPHeaderField:@"Expo-Api-Version"];
109 [request setValue:clientEnvironment forHTTPHeaderField:@"Expo-Client-Environment"];
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXConstantsBinding.m30 [constants setValue:[self expoClientVersion] forKey:@"expoVersion"];
46 [ios setValue:[NSNull null] forKey:@"buildNumber"];
47 [platform setValue:ios forKey:@"ios"];
48 [constants setValue:platform forKey:@"platform"];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXConstantsBinding.m30 [constants setValue:[self expoClientVersion] forKey:@"expoVersion"];
46 [ios setValue:[NSNull null] forKey:@"buildNumber"];
47 [platform setValue:ios forKey:@"ios"];
48 [constants setValue:platform forKey:@"platform"];
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXConstantsBinding.m30 [constants setValue:[self expoClientVersion] forKey:@"expoVersion"];
46 [ios setValue:[NSNull null] forKey:@"buildNumber"];
47 [platform setValue:ios forKey:@"ios"];
48 [constants setValue:platform forKey:@"platform"];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXConstantsBinding.m30 [constants setValue:[self expoClientVersion] forKey:@"expoVersion"];
46 [ios setValue:[NSNull null] forKey:@"buildNumber"];
47 [platform setValue:ios forKey:@"ios"];
48 [constants setValue:platform forKey:@"platform"];
/expo/apps/native-component-list/src/utilities/
H A DuseResolvedValue.ts5 const [value, setValue] = React.useState<T | null>(null); constant
13 setValue(value);
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DABI49_0_0REAInitializer.mm21 [bridge setValue:callableJSModules forKey:@"_callableJSModules"];
23 [eventDispatcher setValue:callableJSModules forKey:@"_callableJSModules"];
24 [eventDispatcher setValue:bridge forKey:@"_bridge"];
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DREAInitializer.mm21 [bridge setValue:callableJSModules forKey:@"_callableJSModules"];
23 [eventDispatcher setValue:callableJSModules forKey:@"_callableJSModules"];
24 [eventDispatcher setValue:bridge forKey:@"_bridge"];
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DFileDownloader.swift266 request.setValue(value, forHTTPHeaderField: key) in setHTTPHeaderFields()
270 request.setValue(value.stringValue, forHTTPHeaderField: key) in setHTTPHeaderFields()
273 request.setValue("null", forHTTPHeaderField: key) in setHTTPHeaderFields()
275 request.setValue("null", forHTTPHeaderField: key) in setHTTPHeaderFields()
284 request.setValue("ios", forHTTPHeaderField: "Expo-Platform") in setHTTPHeaderFields()
286 request.setValue("1", forHTTPHeaderField: "Expo-API-Version") in setHTTPHeaderFields()
291 request.setValue(value, forHTTPHeaderField: key) in setHTTPHeaderFields()
300 request.setValue("ios", forHTTPHeaderField: "Expo-Platform") in setManifestHTTPHeaderFields()
302 request.setValue("1", forHTTPHeaderField: "Expo-API-Version") in setManifestHTTPHeaderFields()
305 request.setValue("true", forHTTPHeaderField: "Expo-JSON-Error") in setManifestHTTPHeaderFields()
[all …]
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift266 request.setValue(value, forHTTPHeaderField: key) in setHTTPHeaderFields()
270 request.setValue(value.stringValue, forHTTPHeaderField: key) in setHTTPHeaderFields()
273 request.setValue("null", forHTTPHeaderField: key) in setHTTPHeaderFields()
275 request.setValue("null", forHTTPHeaderField: key) in setHTTPHeaderFields()
284 request.setValue("ios", forHTTPHeaderField: "Expo-Platform") in setHTTPHeaderFields()
286 request.setValue("1", forHTTPHeaderField: "Expo-API-Version") in setHTTPHeaderFields()
291 request.setValue(value, forHTTPHeaderField: key) in setHTTPHeaderFields()
300 request.setValue("ios", forHTTPHeaderField: "Expo-Platform") in setManifestHTTPHeaderFields()
302 request.setValue("1", forHTTPHeaderField: "Expo-API-Version") in setManifestHTTPHeaderFields()
305 request.setValue("true", forHTTPHeaderField: "Expo-JSON-Error") in setManifestHTTPHeaderFields()
[all …]
/expo/apps/router-e2e/__e2e__/auth/
H A DuseStorageState.ts51 const setValue = React.useCallback( constant
60 return [state, setValue];
/expo/packages/expo-print/ios/
H A DExpoWKViewPrintPDFRenderer.swift21 renderer.setValue(paperRect, forKey: "paperRect")
23 renderer.setValue(self.printableRect, forKey: "printableRect")
/expo/ios/versioned/sdk49/ExpoPrint/
H A DExpoWKViewPrintPDFRenderer.swift21 renderer.setValue(paperRect, forKey: "paperRect")
23 renderer.setValue(self.printableRect, forKey: "printableRect")
/expo/ios/vendored/sdk47/react-native-reanimated/ios/native/
H A DABI47_0_0REAInitializer.mm29 [bridge setValue:callableJSModules forKey:@"_callableJSModules"];
31 [eventDispatcher setValue:callableJSModules forKey:@"_callableJSModules"];
32 [eventDispatcher setValue:bridge forKey:@"_bridge"];
/expo/apps/native-component-list/src/screens/Clipboard/
H A DClipboardListenerDemo.tsx31 const [value, setValue] = useState<string | undefined>(undefined);
36 setValue(stringifyEvent(event));
49 <MonoTextWithCountdown timeout={30 * 1000} onCountdownEnded={() => setValue(undefined)}>
/expo/ios/vendored/sdk48/react-native-reanimated/ios/native/
H A DABI48_0_0REAInitializer.mm30 [bridge setValue:callableJSModules forKey:@"_callableJSModules"];
32 [eventDispatcher setValue:callableJSModules forKey:@"_callableJSModules"];
33 [eventDispatcher setValue:bridge forKey:@"_bridge"];

12345678910>>...13