Home
last modified time | relevance | path

Searched refs:setString (Results 1 – 25 of 36) sorted by relevance

12

/expo/packages/expo-clipboard/src/__tests__/
H A DClipboard-test.native.ts13 expect(Clipboard.setString).toBeDefined();
19 Clipboard.setString('test');
H A DClipboard-test.web.ts18 expect(Clipboard.setString('Dumbledore')).toBe(true);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Clipboard/
H A DClipboard.d.ts12 setString(content: string): void; method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Clipboard/
H A DClipboard.d.ts12 setString(content: string): void; method
/expo/packages/expo-clipboard/build/
H A DClipboard.js40 export function setString(text) { function
44 return ExpoClipboard.setString(text);
H A DClipboard.d.ts39 export declare function setString(text: string): void;
H A DClipboard.js.map1setString(text: string): void {\n if (Platform.OS === 'web') {\n // on web, we need to return …
/expo/packages/expo-clipboard/src/
H A DClipboard.ts69 export function setString(text: string): void { function
73 return ExpoClipboard.setString(text);
/expo/home/screens/SettingsScreen/
H A DConstantsSection.tsx13 Clipboard.setString(getSnackId());
21 Clipboard.setString(Constants.expoVersion);
/expo/packages/expo-clipboard/build/web/
H A DClipboardModule.d.ts5 setString(text: string): boolean; constant
H A DClipboardModule.js53 setString(text) {
99 return this.setString(text);
H A DClipboardModule.js.map1setString` was deprecated in SDK 45. Remove this function in a few SDK cycles.\n setString(text: …
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentSharedPreferences.kt54 fun setString(key: ExponentSharedPreferencesKey, value: String?) { in setString() method in host.exp.exponent.storage.ExponentSharedPreferences
75 setString(ExponentSharedPreferencesKey.EXPO_AUTH_SESSION, session.toString()) in updateSession()
79 setString(ExponentSharedPreferencesKey.EXPO_AUTH_SESSION, null) in removeSession()
/expo/packages/expo-clipboard/src/web/
H A DClipboardModule.ts73 setString(text: string): boolean {
116 return this.setString(text);
/expo/android/expoview/src/main/java/host/exp/exponent/referrer/
H A DInstallReferrerReceiver.kt31 …exponentSharedPreferences.setString(ExponentSharedPreferences.ExponentSharedPreferencesKey.REFERRE… in onReceive()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTClipboard.mm29 ABI49_0_0RCT_EXPORT_METHOD(setString : (NSString *)content) category
H A DABI49_0_0RCTRedBox.mm287 [pb setString:fullStackTrace];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTClipboard.mm29 ABI48_0_0RCT_EXPORT_METHOD(setString : (NSString *)content) category
H A DABI48_0_0RCTRedBox.mm287 [pb setString:fullStackTrace];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTClipboard.mm29 ABI47_0_0RCT_EXPORT_METHOD(setString : (NSString *)content) category
H A DABI47_0_0RCTRedBox.mm287 [pb setString:fullStackTrace];
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt107 exponentSharedPreferences.setString(getSharedPrefsKey(), token) in onHandleIntent()
/expo/home/menu/
H A DDevMenuView.tsx136 Clipboard.setString(manifestUrl);
/expo/packages/expo-clipboard/
H A DCHANGELOG.md117 - Deprecated `setString`. Use `setStringAsync` instead. ([#16320](https://github.com/expo/expo/pull…
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt227 exponentSharedPreferences.setString( in <lambda>()

12