| /expo/docs/ui/components/Snippet/ |
| H A D | Terminal.test.tsx | 14 expect(screen.getByText('Copy')).toBeVisible(); 17 await user.click(screen.getByText('Copy')); 40 expect(screen.getByText('Copy')).toBeVisible(); 43 await user.click(screen.getByText('Copy')); 54 expect(screen.queryByText('Copy')).toBe(null); 59 expect(screen.queryByText('Copy')).toBe(null);
|
| /expo/docs/ui/components/Snippet/actions/ |
| H A D | CopyAction.tsx | 24 {copyDone ? 'Copied!' : 'Copy'}
|
| /expo/packages/expo-constants/scripts/ |
| H A D | get-app-config-android.gradle | 46 def currentCopyAppConfigTask = tasks.register("copy${targetName}ExpoConfig", Copy) { 47 description = "expo-constants: Copy generated app.config into ${targetName}."
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | map-view.mdx | 73 #### Copy your app's SHA-1 certificate fingerprint 80 - Copy the value of **SHA-1 certificate fingerprint**. 112 - Copy your **API Key** into your **app.json** under the `android.config.googleMaps.apiKey` field. 145 - Copy your API key into **app.json** under the `ios.config.googleMapsApiKey` field.
|
| H A D | clipboard.mdx | 34 /* @info Copy the text to the clipboard */
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | map-view.mdx | 73 #### Copy your app's SHA-1 certificate fingerprint 80 - Copy the value of **SHA-1 certificate fingerprint**. 112 - Copy your **API Key** into your **app.json** under the `android.config.googleMaps.apiKey` field. 145 - Copy your API key into **app.json** under the `ios.config.googleMapsApiKey` field.
|
| H A D | clipboard.mdx | 34 /* @info Copy the text to the clipboard */
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | map-view.mdx | 73 #### Copy your app's SHA-1 certificate fingerprint 80 - Copy the value of **SHA-1 certificate fingerprint**. 112 - Copy your **API Key** into your **app.json** under the `android.config.googleMaps.apiKey` field. 145 - Copy your API key into **app.json** under the `ios.config.googleMapsApiKey` field.
|
| H A D | clipboard.mdx | 34 /* @info Copy the text to the clipboard */
|
| /expo/packages/expo-modules-core/android/ |
| H A D | ExpoModulesCorePlugin.gradle | 182 def packageReactNdkDebugLibs = project.tasks.register("packageReactNdkDebugLibs", Copy) { 187 def packageReactNdkReleaseLibs = project.tasks.register("packageReactNdkReleaseLibs", Copy) { 202 def prepareDoubleConversion = project.tasks.register('prepareDoubleConversion', Copy) { 220 def prepareFolly = project.tasks.register('prepareFolly', Copy) {
|
| /expo/apps/native-component-list/src/screens/Clipboard/ |
| H A D | ClipboardListenerDemo.tsx | 55 <Text>No recent changes. Copy something to trigger event</Text>
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | DocumentPickerScreen.tsx | 42 title="Copy to cache"
|
| /expo/apps/bare-expo/ios/BareExpo.xcodeproj/ |
| H A D | project.pbxproj | 241 47DD0EDD3454AE91626FD6F2 /* [CP] Copy Pods Resources */, 268 44192F147E90D3B81163FB20 /* [CP] Copy Pods Resources */, 293 84C0F601505B7B393C3610ED /* [CP] Copy Pods Resources */, 441 name = "Copy Bundle Resources Conditionally"; 450 44192F147E90D3B81163FB20 /* [CP] Copy Pods Resources */ = { 466 name = "[CP] Copy Pods Resources"; 500 47DD0EDD3454AE91626FD6F2 /* [CP] Copy Pods Resources */ = { 516 name = "[CP] Copy Pods Resources"; 610 84C0F601505B7B393C3610ED /* [CP] Copy Pods Resources */ = { 626 name = "[CP] Copy Pods Resources"; [all …]
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | map-view.mdx | 74 #### Copy your app's SHA-1 certificate fingerprint 81 - Copy the value of **SHA-1 certificate fingerprint**. 113 - Copy your **API Key** into your **app.json** under the `android.config.googleMaps.apiKey` field. 146 - Copy your API key into **app.json** under the `ios.config.googleMapsApiKey` field.
|
| H A D | clipboard.mdx | 34 /* @info Copy the text to the clipboard */
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | map-view.mdx | 73 #### Copy your app's SHA-1 certificate fingerprint 80 - Copy the value of **SHA-1 certificate fingerprint**. 112 - Copy your **API Key** into your **app.json** under the `android.config.googleMaps.apiKey` field. 145 - Copy your API key into **app.json** under the `ios.config.googleMapsApiKey` field.
|
| H A D | clipboard.mdx | 34 /* @info Copy the text to the clipboard */
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | CrashReportScreen.tsx | 71 {hasCopiedContent ? 'Copied to clipboard!' : 'Tap to Copy Report'}
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 41 Copy or remember the path listed in the box that says **Android SDK Location**. 166 Copy `adb` from Android SDK directory to `usr/bin` directory:
|
| /expo/apps/jest-expo-mock-generator/ |
| H A D | App.js | 92 Copy either one of the <Text style={{ backgroundColor: '#eee' }}> field in App
|
| /expo/apps/native-tests/ios/NativeTests.xcodeproj/ |
| H A D | project.pbxproj | 126 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */, 219 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = { 231 name = "[CP] Copy Pods Resources";
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/fixtures/ |
| H A D | signed-project.pbxproj | 112 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */, 202 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = { 212 name = "[CP] Copy Pods Resources";
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/ |
| H A D | build.gradle | 569 task applyJavaPatches(type: Copy) { 585 return tasks.create(name: taskName, dependsOn: createNativeDepsDirectories, type: Copy) { 650 task prepareBoost(dependsOn: boostPath ? [] : [downloadBoost], type: Copy) { 668 …repareDoubleConversion(dependsOn: dependenciesPath ? [] : [downloadDoubleConversion], type: Copy) { 684 task prepareFolly(dependsOn: dependenciesPath ? [] : [downloadFolly], type: Copy) { 705 task prepareGlog(dependsOn: dependenciesPath ? [] : [downloadGlog], type: Copy) { 774 task unzipHermes(dependsOn: downloadHermes, type: Copy) { 895 task packageNdkLibs(type: Copy) {
|
| /expo/exponent-view-template/ios/exponent-view-template.xcodeproj/ |
| H A D | project.pbxproj | 147 AA38385B7D8D0854176B72FC /* [CP] Copy Pods Resources */, 244 AA38385B7D8D0854176B72FC /* [CP] Copy Pods Resources */ = { 251 name = "[CP] Copy Pods Resources";
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/fixtures/ |
| H A D | project-rni.pbxproj | 212 767EF98B5E9AD92FBD0366BB /* [CP] Copy Pods Resources */, 234 C62BE4C575C9D06234A6EF69 /* [CP] Copy Pods Resources */, 438 767EF98B5E9AD92FBD0366BB /* [CP] Copy Pods Resources */ = { 447 name = "[CP] Copy Pods Resources"; 478 C62BE4C575C9D06234A6EF69 /* [CP] Copy Pods Resources */ = { 487 name = "[CP] Copy Pods Resources";
|