| /expo/packages/expo-modules-autolinking/e2e/__tests__/__snapshots__/ |
| H A D | monorepo-test.ts.snap | 230 "projects": [ 242 "projects": [ 254 "projects": [ 266 "projects": [ 278 "projects": [ 290 "projects": [ 302 "projects": [ 314 "projects": [ 326 "projects": [ 338 "projects": [ [all …]
|
| /expo/packages/expo-dev-menu-interface/ |
| H A D | README.md | 5 # Installation in managed Expo projects 7 …projects, please follow the installation instructions in the [API documentation for the latest sta… 9 # Installation in bare React Native projects 11 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/ |
| H A D | utils.rb | 57 projects = installer.aggregate_targets 66 projects.each do |project| 77 projects = installer.aggregate_targets 82 projects.each do |project| 92 projects = installer.aggregate_targets 97 projects.each do |project|
|
| /expo/packages/expo-image-loader/ |
| H A D | README.md | 5 # Installation in managed Expo projects 7 …projects, please follow the installation instructions in the [API documentation for the latest sta… 9 # Installation in bare React Native projects 11 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/ |
| H A D | utils.rb | 57 projects = self.extract_projects(installer) 62 projects.each do |project| 73 projects = self.extract_projects(installer) 75 projects.each do |project| 85 projects = self.extract_projects(installer) 87 projects.each do |project| 203 projects = self.extract_projects(installer) 205 projects.each do |project| 247 projects = self.extract_projects(installer) 249 projects.each do |project| [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/ |
| H A D | utils.rb | 57 projects = installer.aggregate_targets 66 projects.each do |project| 77 projects = installer.aggregate_targets 82 projects.each do |project| 92 projects = installer.aggregate_targets 97 projects.each do |project|
|
| /expo/docs/pages/accounts/ |
| H A D | working-together.mdx | 3 description: Learn how to work with other developers on Expo projects. 6 …izations are more flexible and allow you to manage and share access to your projects within a team. 8 You can grant other users access to the projects belonging to your Personal Account or Organization… 14 > When adding new developers to your projects, who are publishing updates or create new builds, mak… 22 | **Owner** | Can take any action on an account or any projects, including deleting them. (Note… 24 | **Developer** | Can create new projects, make new builds, release updates, and manage credentials… 25 | **Viewer** | Can only view your projects through Expo Go, but can't modify your projects in an…
|
| /expo/packages/expo-linking/ |
| H A D | README.md | 10 # Installation in managed Expo projects 12 …projects, please follow the installation instructions in the [API documentation for the latest sta… 14 # Installation in bare React Native projects 16 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/@expo/fingerprint/src/sourcer/__tests__/__snapshots__/ |
| H A D | Expo-test.ts.snap | 3 exports[`getExpoAutolinkingSourcesAsync should contain expo autolinking projects 1`] = ` 62 …projects":[{"name":"expo","sourceDir":"node_modules/expo/android"}],"modules":[]},{"packageName":"… 72 exports[`getExpoAutolinkingSourcesAsync should contain expo autolinking projects 2`] = `
|
| /expo/packages/expo-modules-autolinking/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 …projects, please follow the installation instructions in the [API documentation for the latest sta… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-asset/ |
| H A D | README.md | 10 # Installation in managed Expo projects 12 …projects, please follow the installation instructions in the [API documentation for the latest sta… 14 # Installation in bare React Native projects 16 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-application/ |
| H A D | README.md | 9 # Installation in managed Expo projects 11 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 13 # Installation in bare React Native projects 15 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-video/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 …projects, please follow the installation instructions in the [API documentation for the latest sta… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-battery/ |
| H A D | README.md | 16 # Installation in managed Expo projects 18 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 20 # Installation in bare React Native projects 22 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-module-scripts/templates/ |
| H A D | README.md | 12 # Installation in managed Expo projects 14 …projects, please follow the installation instructions in the [API documentation for the latest sta… 16 # Installation in bare React Native projects 18 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/jest-expo/config/ |
| H A D | withWatchPlugins.js | 3 function getWatchPlugins({ projects = [] } = {}) { property 8 if (projects.length) {
|
| /expo/packages/unimodules-app-loader/ |
| H A D | README.md | 7 # Installation in managed Expo projects 9 # Installation in bare React Native projects
|
| /expo/packages/expo-device/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/home/screens/HomeScreen/ |
| H A D | HomeScreenView.tsx | 57 projects: DevSession[]; 70 projects: [], 103 const { projects, isRefreshing, data } = this.state; 117 {projects?.length ? ( 119 {projects.map((project, i) => ( 133 {projects.length > 1 && i !== projects.length - 1 ? ( 195 // Remove all projects except Snack, because they are tied to device id 198 this.setState(({ projects }) => ({ 199 projects: projects.filter((p) => p.source === 'snack'), 245 const [projects, graphQLResponse] = await Promise.all([ [all …]
|
| /expo/packages/expo-speech/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-sms/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-localization/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-store-review/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-sharing/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|
| /expo/packages/expo-print/ |
| H A D | README.md | 17 # Installation in managed Expo projects 19 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 21 # Installation in bare React Native projects 23 For bare React Native projects, you must ensure that you have [installed and configured the `expo` …
|