| /expo/packages/@expo/cli/src/start/server/ |
| H A D | webTemplate.ts | 16 scripts, 20 scripts: string[]; 27 scripts, 63 scripts, 70 scripts: string[]; 84 contents = appendScriptsToHtml(contents, scripts);
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/ |
| H A D | Updates-test.ts.snap | 3 …INARY=node\\n../node_modules/react-native/scripts/react-native-xcode.sh\\n../node_modules/expo-upd… 5 …NARY=node\\n../node_modules/react-native/scripts/react-native-xcode.sh\\n../../node_modules/expo-u…
|
| /expo/guides/ |
| H A D | Expo Module Infrastructure.md | 7 - [npm Scripts](#npm-scripts) 27 …e-scripts` package is the source of truth for much of the configuration. With Yarn workspaces, all… 29 In a module, include `expo-module-scripts` as a development dependency in package.json: 34 "expo-module-scripts": "^<latest version>" 41 …scripts` also defines several scripts that are useful during development or should run during the … 45 "scripts": { 58 …s provided by `expo-module-scripts`. You can run `yarn expo-module --help` to see all of the comma… 66 `expo-module-scripts` expects modules to be written in TypeScript under a directory named `src` and… 82 … small tsconfig.json file that extends the main configuration file inside of `expo-module-scripts`. 86 `expo-module-scripts` also defines a Jest preset. Add a Jest configuration section to package.json: [all …]
|
| H A D | Migrating Universal Modules to TypeScript.md | 7 - [Add module scripts](#add-module-scripts) 8 …e a `tsconfig.json` file with `expo-module-scripts`](#generate-a--tsconfigjson--file-with--expo-mo… 81 "preset": "expo-module-scripts" 103 ## Add module scripts 108 "scripts": { 118 ## Generate a `tsconfig.json` file with `expo-module-scripts` 125 // @generated by expo-module-scripts 127 "extends": "expo-module-scripts/tsconfig.base",
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | updatePackageJson.ts | 243 if (!pkg.scripts) { 244 pkg.scripts = {}; 246 if (!pkg.scripts.android?.includes('run')) { 247 pkg.scripts.android = 'expo run:android'; 249 if (!pkg.scripts.ios?.includes('run')) { 250 pkg.scripts.ios = 'expo run:ios';
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | html.ts | 23 export function appendScriptsToHtml(html: string, scripts: string[]) { 26 scripts.map((script) => `<script src="${script}" defer></script>`).join('') + '</body>'
|
| /expo/packages/create-expo/src/ |
| H A D | Examples.ts | 136 const scripts = (packageJson.scripts ?? {}) as Record<string, string>; constant 137 packageJson.scripts = { ...defaultScripts, ...scripts };
|
| /expo/packages/create-expo/src/__tests__/ |
| H A D | Examples.test.ts | 85 expect(packageJson.scripts).toMatchObject({ 106 expect(packageJson.scripts).toMatchObject({ 119 scripts: { 128 expect(packageJson.scripts).toMatchObject({
|
| /expo/packages/expo-module-scripts/ |
| H A D | CHANGELOG.md | 89 - Add `templates/scripts/source-login-scripts.sh` vendoring tool for node binary resolution in Xcod… 93 - Fixed `source-login-scripts.sh` error when `extendedglob` is enabled in zsh config. ([#17024](htt… 95 - Improved support of nvm sourcing in iOS shell scripts. ([#17109](https://github.com/expo/expo/pul… 96 - Fixed `source-login-scripts.sh` ~/zlogin typo. ([#17622](https://github.com/expo/expo/pull/17622)… 97 - Deprecated the unreliable `source-login-scripts.sh` and sourcing the Node.js binary path from `.x…
|
| H A D | CONTRIBUTING.md | 3 …o install packages in the Expo repo, we use npm to publish packages. For scripts that run when pub… 5 …ies to `PATH`. We need to do the same for npm so that it finds installed scripts in the same place…
|
| /expo/tools/src/check-packages/ |
| H A D | getPackagesToCheckAsync.ts | 28 return pkg.scripts.build || pkg.scripts.test;
|
| H A D | checkPackageAsync.ts | 29 if (pkg.scripts.bundle) { 35 if (pkg.scripts.bundle) {
|
| /expo/packages/@expo/cli/src/start/server/__tests__/ |
| H A D | webTemplate-test.ts | 28 scripts: ['/script.js'], 66 scripts: ['/script.js'],
|
| /expo/ |
| H A D | .envrc | 30 for path in scripts/git-hooks/*; do 32 ln -sf "../../scripts/git-hooks/$filename" ".git/hooks/$filename"
|
| /expo/packages/expo-store-review/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-print/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-file-system/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-image-manipulator/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-speech/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-secure-store/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-splash-screen/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-video-thumbnails/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-sharing/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-maps/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|
| /expo/packages/expo-web-browser/ |
| H A D | tsconfig.json | 1 // @generated by expo-module-scripts
|