| /expo/packages/expo-clipboard/src/__tests__/ |
| H A D | Clipboard-test.native.ts | 13 expect(Clipboard.setString).toBeDefined(); 19 Clipboard.setString('test');
|
| H A D | Clipboard-test.web.ts | 18 expect(Clipboard.setString('Dumbledore')).toBe(true);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Clipboard/ |
| H A D | Clipboard.d.ts | 12 setString(content: string): void; method
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Clipboard/ |
| H A D | Clipboard.d.ts | 12 setString(content: string): void; method
|
| /expo/packages/expo-clipboard/build/ |
| H A D | Clipboard.js | 40 export function setString(text) { function 44 return ExpoClipboard.setString(text);
|
| H A D | Clipboard.d.ts | 39 export declare function setString(text: string): void;
|
| H A D | Clipboard.js.map | 1 …setString(text: string): void {\n if (Platform.OS === 'web') {\n // on web, we need to return …
|
| /expo/packages/expo-clipboard/src/ |
| H A D | Clipboard.ts | 69 export function setString(text: string): void { function 73 return ExpoClipboard.setString(text);
|
| /expo/home/screens/SettingsScreen/ |
| H A D | ConstantsSection.tsx | 13 Clipboard.setString(getSnackId()); 21 Clipboard.setString(Constants.expoVersion);
|
| /expo/packages/expo-clipboard/build/web/ |
| H A D | ClipboardModule.d.ts | 5 setString(text: string): boolean; constant
|
| H A D | ClipboardModule.js | 53 setString(text) { 99 return this.setString(text);
|
| H A D | ClipboardModule.js.map | 1 …setString` 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 D | ExponentSharedPreferences.kt | 54 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 D | ClipboardModule.ts | 73 setString(text: string): boolean { 116 return this.setString(text);
|
| /expo/android/expoview/src/main/java/host/exp/exponent/referrer/ |
| H A D | InstallReferrerReceiver.kt | 31 …exponentSharedPreferences.setString(ExponentSharedPreferences.ExponentSharedPreferencesKey.REFERRE… in onReceive()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTClipboard.mm | 29 ABI49_0_0RCT_EXPORT_METHOD(setString : (NSString *)content) category
|
| H A D | ABI49_0_0RCTRedBox.mm | 287 [pb setString:fullStackTrace];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTClipboard.mm | 29 ABI48_0_0RCT_EXPORT_METHOD(setString : (NSString *)content) category
|
| H A D | ABI48_0_0RCTRedBox.mm | 287 [pb setString:fullStackTrace];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTClipboard.mm | 29 ABI47_0_0RCT_EXPORT_METHOD(setString : (NSString *)content) category
|
| H A D | ABI47_0_0RCTRedBox.mm | 287 [pb setString:fullStackTrace];
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotificationIntentService.kt | 107 exponentSharedPreferences.setString(getSharedPrefsKey(), token) in onHandleIntent()
|
| /expo/home/menu/ |
| H A D | DevMenuView.tsx | 136 Clipboard.setString(manifestUrl);
|
| /expo/packages/expo-clipboard/ |
| H A D | CHANGELOG.md | 117 - Deprecated `setString`. Use `setStringAsync` instead. ([#16320](https://github.com/expo/expo/pull…
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | Kernel.kt | 227 exponentSharedPreferences.setString( in <lambda>()
|