| /expo/tools/src/ |
| H A D | ProjectTemplates.ts | 14 const templates = await fs.readdir(TEMPLATES_DIR); constant 17 templates.map(async (template) => {
|
| /expo/ |
| H A D | .gitignore | 91 templates/**/android/**/generated/* 92 templates/**/android/app/build 93 templates/**/Pods/** 94 templates/**/Podfile.lock 95 templates/**/yarn.lock 96 templates/**/*.tgz
|
| /expo/packages/@expo/cli/src/customize/__tests__/ |
| H A D | generate-test.ts | 13 const templates = jest.requireActual('../templates'); constant 15 ...templates,
|
| /expo/tools/src/commands/ |
| H A D | UpdateProjectTemplates.ts | 128 const templates = await getAvailableProjectTemplatesAsync(); constant 136 for (const template of templates) {
|
| /expo/.github/workflows/ |
| H A D | updates-e2e.yml | 19 - templates/expo-template-bare-minimum/** 35 - templates/expo-template-bare-minimum/**
|
| /expo/packages/expo-module-scripts/bin/ |
| H A D | expo-module-readme | 43 const template = path.join(__dirname, '..', 'templates', 'README.md');
|
| /expo/guides/releasing/ |
| H A D | Release Workflow.md | 107 ## 0.9. Publish `sdk-XX` project templates 113 **Why:** We also need to prepare project templates that are used when people run `npx create-expo-a… 117 … main branch, run `et update-project-templates`/`et upt` that checks all `expo-template-*` package… 118 - Update the native project files in bare templates based on the diffs on https://react-native-comm… 119 …templates - you don't have to use `create-expo-app` at this point, just `npx expo start` them loca… 122 - You can now init from templates by using the package name and tag, for example: `npx create-expo-… 347 ## 5.3. Re-publish project templates 349 **Why:** Ensure that the templates include the latest version of packages, so when we release the b… 351 **How:** Follow [0.9. Publish `sdk-XX` project templates](#09-publish-sdk-xx-project-templates) but… 460 ## 6.6. Publish final project templates [all …]
|
| /expo/packages/expo-module-scripts/ |
| H A D | README.md | 57 - [`.eslintrc.js`](./templates/.eslintrc.js) ([docs](https://eslint.org/docs/user-guide/configuring… 59 - [`.npmignore`](./templates/.npmignore) ([docs](https://docs.npmjs.com/misc/developers)) currently… 62 - [`README.md`](./templates/README.md) A default template for Unimodule installation. 66 - [`tsconfig.json`](./templates/tsconfig.json) ([docs](https://www.typescriptlang.org/docs/handbook… 70 - [`with-node.sh`](./templates/scripts/with-node.sh): An Xcode build phase script helper for Node.j…
|
| H A D | CHANGELOG.md | 89 - Add `templates/scripts/source-login-scripts.sh` vendoring tool for node binary resolution in Xcod…
|
| /expo/android/vendored/sdk48/react-native-screens/android/ |
| H A D | build.gradle | 97 …ed-react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/andro…
|
| /expo/docs/pages/routing/ |
| H A D | introduction.mdx | 45 href="https://github.com/expo/expo/tree/main/templates/expo-template-tabs"
|
| /expo/android/vendored/sdk47/react-native-screens/android/ |
| H A D | build.gradle | 97 …ed-react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/andro…
|
| /expo/android/vendored/unversioned/react-native-screens/android/ |
| H A D | build.gradle | 115 …ok/react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/andro…
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/android/ |
| H A D | build.gradle | 9 // - https://github.com/facebook/versioned-react-native/blob/0.58-stable/local-cli/templates/Hell… 13 // - https://github.com/facebook/versioned-react-native/blob/0.58-stable/local-cli/templates/Hell…
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/android/ |
| H A D | build.gradle | 9 // - https://github.com/facebook/versioned-react-native/blob/0.58-stable/local-cli/templates/Hell… 13 // - https://github.com/facebook/versioned-react-native/blob/0.58-stable/local-cli/templates/Hell…
|
| /expo/docs/pages/workflow/ |
| H A D | prebuild.mdx | 12 …on of `expo` that's installed in the project and its corresponding [prebuild template](#templates). 53 …ted to the versions used in the `dependencies` field in the [template](#templates) **package.json*… 131 …es/android-lifecycle-listeners) which come standard in the default [prebuild template](#templates). 147 …ould potentially be circumvented by using a custom [prebuild template](#templates) if you are will… 174 [template]: https://github.com/expo/expo/tree/main/templates/expo-template-bare-minimum
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/android/ |
| H A D | build.gradle | 9 // - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/and… 13 // - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/and…
|
| /expo/android/vendored/sdk49/react-native-screens/android/ |
| H A D | build.gradle | 115 …es/react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/andro…
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/android/ |
| H A D | build.gradle | 9 …versioned-react-native/packages/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/andro… 13 …versioned-react-native/packages/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/andro…
|
| /expo/docs/pages/modules/ |
| H A D | existing-library.mdx | 57 …-library-as-an-expo-module). Once complete, create Swift and Kotlin files from the templates below.
|
| /expo/packages/expo-test-runner/build/ |
| H A D | TemplateFile.js.map | 1 …h: string): Promise<void> {\n return fs.copy(\n join(SelfPath, 'templates', this.template,…
|
| /expo/packages/expo-updates/ |
| H A D | DEVELOPMENT.md | 7 …to use a bare app. If you run `expo init` and choose either of the bare templates, they will have …
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | preloading-and-caching-assets.mdx | 118 …n [Expo's tabs template project](https://github.com/expo/expo/blob/main/templates/expo-template-ta…
|
| /expo/docs/pages/bare/ |
| H A D | installing-expo-modules.mdx | 53 …ps://github.com/expo/expo/blob/b7c0356c697ef2cf46388e5742d67b7b48adc97f/templates/expo-template-ba…
|
| /expo/docs/pages/guides/ |
| H A D | permissions.mdx | 32 …ut which permissions are included in the default [prebuild template](/workflow/prebuild#templates).
|