Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/expo/packages/@expo/cli/src/start/server/
H A DwebTemplate.ts16 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 DUpdates-test.ts.snap3 …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 DExpo Module Infrastructure.md7 - [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>"
41scripts` 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 DMigrating Universal Modules to TypeScript.md7 - [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 DupdatePackageJson.ts243 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 Dhtml.ts23 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 DExamples.ts136 const scripts = (packageJson.scripts ?? {}) as Record<string, string>; constant
137 packageJson.scripts = { ...defaultScripts, ...scripts };
/expo/packages/create-expo/src/__tests__/
H A DExamples.test.ts85 expect(packageJson.scripts).toMatchObject({
106 expect(packageJson.scripts).toMatchObject({
119 scripts: {
128 expect(packageJson.scripts).toMatchObject({
/expo/packages/expo-module-scripts/
H A DCHANGELOG.md89 - 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 DCONTRIBUTING.md3 …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 DgetPackagesToCheckAsync.ts28 return pkg.scripts.build || pkg.scripts.test;
H A DcheckPackageAsync.ts29 if (pkg.scripts.bundle) {
35 if (pkg.scripts.bundle) {
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DwebTemplate-test.ts28 scripts: ['/script.js'],
66 scripts: ['/script.js'],
/expo/
H A D.envrc30 for path in scripts/git-hooks/*; do
32 ln -sf "../../scripts/git-hooks/$filename" ".git/hooks/$filename"
/expo/packages/expo-store-review/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-print/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-file-system/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-image-manipulator/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-speech/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-secure-store/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-splash-screen/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-video-thumbnails/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-sharing/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-maps/
H A Dtsconfig.json1 // @generated by expo-module-scripts
/expo/packages/expo-web-browser/
H A Dtsconfig.json1 // @generated by expo-module-scripts

12345678910>>...14