Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 70) sorted by relevance

123

/expo/docs/ui/components/Snippet/
H A DTerminal.test.tsx14 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 DCopyAction.tsx24 {copyDone ? 'Copied!' : 'Copy'}
/expo/packages/expo-constants/scripts/
H A Dget-app-config-android.gradle46 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 Dmap-view.mdx73 #### 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 Dclipboard.mdx34 /* @info Copy the text to the clipboard */
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dmap-view.mdx73 #### 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 Dclipboard.mdx34 /* @info Copy the text to the clipboard */
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dmap-view.mdx73 #### 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 Dclipboard.mdx34 /* @info Copy the text to the clipboard */
/expo/packages/expo-modules-core/android/
H A DExpoModulesCorePlugin.gradle182 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 DClipboardListenerDemo.tsx55 <Text>No recent changes. Copy something to trigger event</Text>
/expo/apps/native-component-list/src/screens/
H A DDocumentPickerScreen.tsx42 title="Copy to cache"
/expo/apps/bare-expo/ios/BareExpo.xcodeproj/
H A Dproject.pbxproj241 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 Dmap-view.mdx74 #### 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 Dclipboard.mdx34 /* @info Copy the text to the clipboard */
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dmap-view.mdx73 #### 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 Dclipboard.mdx34 /* @info Copy the text to the clipboard */
/expo/packages/expo-dev-launcher/bundle/screens/
H A DCrashReportScreen.tsx71 {hasCopiedContent ? 'Copied to clipboard!' : 'Tap to Copy Report'}
/expo/docs/pages/workflow/
H A Dandroid-studio-emulator.mdx41 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 DApp.js92 Copy either one of the <Text style={{ backgroundColor: '#eee' }}> field in App
/expo/apps/native-tests/ios/NativeTests.xcodeproj/
H A Dproject.pbxproj126 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 Dsigned-project.pbxproj112 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 Dbuild.gradle569 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 Dproject.pbxproj147 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 Dproject-rni.pbxproj212 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";

123