Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 211) sorted by relevance

123456789

/expo/packages/@expo/metro-runtime/src/async-require/
H A DfetchThenEval.web.ts20 const script = document.createElement('script'); constant
21 if (scriptType) script.type = scriptType;
22 if (nonce) script.setAttribute('nonce', nonce);
24 script.src = url;
26 if (crossOrigin && script.src.indexOf(window.location.origin + '/') !== 0) {
27 script.crossOrigin = crossOrigin;
30 script.onload = () => {
31 script.parentNode && script.parentNode.removeChild(script);
38 script.onerror = (ev) => {
59 script.parentNode && script.parentNode.removeChild(script);
[all …]
/expo/packages/@expo/metro-runtime/build/async-require/
H A DfetchThenEval.web.js16 const script = document.createElement('script');
18 script.type = scriptType;
20 script.setAttribute('nonce', nonce);
22 script.src = url;
23 if (crossOrigin && script.src.indexOf(window.location.origin + '/') !== 0) {
24 script.crossOrigin = crossOrigin;
26 script.onload = () => {
27 script.parentNode && script.parentNode.removeChild(script);
33 script.onerror = (ev) => {
53 script.parentNode && script.parentNode.removeChild(script);
[all …]
H A DfetchThenEval.web.js.map1script = document.createElement('script');\n if (scriptType) script.type = scriptType;\n if …
/expo/packages/@expo/cli/src/export/__tests__/__snapshots__/
H A DwriteContents-test.ts.snap5 <script src="bundles/index.ios.js"></script>
6 <script src="bundles/index.android.js"></script>
7 <script src="bundles/index.windows.js"></script>
/expo/docs/components/plugins/
H A DSnackEmbed.tsx26 let script = document.getElementById('snack') as HTMLScriptElement;
27 // inject script if it hasn't been loaded by a previous page
28 if (!script) {
29 script = document.createElement('script');
30 script.src = `${snackId ? 'https://snack.expo.dev' : SNACK_URL}/embed.js`;
31 script.async = true;
32 script.id = 'snack';
34 document.body.appendChild(script);
35 script.addEventListener('load', () => {
/expo/tools/src/versioning/android/android-manifest-merger/
H A D.gitattributes4 # Linux start script should use lf
7 # These are Windows script files and should use crlf
/expo/packages/@expo/cli/src/export/
H A Dhtml.ts26 scripts.map((script) => `<script src="${script}" defer></script>`).join('') + '</body>'
/expo/.github/actions/use-android-emulator/
H A Daction.yml2 description: 'Setup to run script on an Android emulator'
12 script:
13 description: 'custom script to run - e.g. `./gradlew connectedCheck`'
47 script: |
57 ${{ inputs.script }}
77 script: |
87 ${{ inputs.script }}
107 script: |
117 ${{ inputs.script }}
/expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/
H A DwebTemplate-test.ts.snap6 </head><body><div id="root"></div><script src="/script.js" defer></script></body></html>"
78 A generic no script element with a reload button and a message.
127 <script src="/script.js" defer></script></body>
/expo/docs/pages/build-reference/
H A Dnpm-hooks.mdx40script (or some part of a script) only for iOS builds or only for Android builds, you can fork the…
44 ### `package.json` and shell script
72 ### `package.json` and Node script
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTJavaScriptExecutor.h59 - (void)executeApplicationScript:(NSData *)script
63 - (void)injectJSONText:(NSString *)script
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJavaScriptExecutor.h59 - (void)executeApplicationScript:(NSData *)script
63 - (void)injectJSONText:(NSString *)script
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJavaScriptExecutor.h59 - (void)executeApplicationScript:(NSData *)script
63 - (void)injectJSONText:(NSString *)script
/expo/.github/workflows/
H A Dissue-triage.yml11 - uses: actions/github-script@v6
14 script: |
55 - uses: actions/github-script@v6
58 script: |
85 uses: actions/github-script@v6
88 script: |
117 - uses: actions/github-script@v6
120 script: |
148 script: |
171 script: |
[all …]
H A Dpr-labeler.yml59 uses: actions/github-script@v6
62 script: |
82 uses: actions/github-script@v6
85 script: |
H A Dissue-opened.yml25 - uses: actions/github-script@v6
29 script: |
/expo/docs/providers/
H A DAnalytics.tsx3 import Script from 'next/script';
12 * @see https://nextjs.org/docs/messages/next-script-for-ga
13 * @see https://nextjs.org/docs/basic-features/script#lazyonload
28 id="gtm-script"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI49_0_0JSIExecutor.h57 BigStringBuffer(std::unique_ptr<const JSBigString> script) in BigStringBuffer() argument
58 : script_(std::move(script)) {} in BigStringBuffer()
83 std::unique_ptr<const JSBigString> script,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JSIndexedRAMBundle.cpp35 std::unique_ptr<const JSBigString> script) { in JSIndexedRAMBundle() argument
40 tmpStream->write(script->c_str(), script->size()); in JSIndexedRAMBundle()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI48_0_0JSIExecutor.h56 BigStringBuffer(std::unique_ptr<const JSBigString> script) in BigStringBuffer() argument
57 : script_(std::move(script)) {} in BigStringBuffer()
82 std::unique_ptr<const JSBigString> script,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JSIndexedRAMBundle.cpp35 std::unique_ptr<const JSBigString> script) { in JSIndexedRAMBundle() argument
40 tmpStream->write(script->c_str(), script->size()); in JSIndexedRAMBundle()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JSIndexedRAMBundle.cpp35 std::unique_ptr<const JSBigString> script) { in JSIndexedRAMBundle() argument
40 tmpStream->write(script->c_str(), script->size()); in JSIndexedRAMBundle()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI47_0_0JSIExecutor.h56 BigStringBuffer(std::unique_ptr<const JSBigString> script) in BigStringBuffer() argument
57 : script_(std::move(script)) {} in BigStringBuffer()
82 std::unique_ptr<const JSBigString> script,
/expo/guides/
H A DCreating Versioned Expo SDK for Android.md16script removes versioned code for given SDK version and removes almost all references to this vers…
38 This script will run through a number of different steps, including:
45 …If the script fails at any point, you may need to check out all changes and rerun the script from …
49 …ch you would use automated tools. However, in some places the versioning script isn't perfect and …
/expo/packages/expo-module-scripts/templates/scripts/
H A Dwith-node.sh32 [ERROR] Could not find "node" while running an Xcode build script. You need to specify the path to …

123456789