Home
last modified time | relevance | path

Searched refs:projects (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/expo/packages/expo-modules-autolinking/e2e/__tests__/__snapshots__/
H A Dmonorepo-test.ts.snap230 "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 DREADME.md5 # Installation in managed Expo projects
7projects, 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 Dutils.rb57 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 DREADME.md5 # Installation in managed Expo projects
7projects, 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 Dutils.rb57 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 Dutils.rb57 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 Dworking-together.mdx3 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 DREADME.md10 # Installation in managed Expo projects
12projects, 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 DExpo-test.ts.snap3 exports[`getExpoAutolinkingSourcesAsync should contain expo autolinking projects 1`] = `
62projects":[{"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 DREADME.md17 # Installation in managed Expo projects
19projects, 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 DREADME.md10 # Installation in managed Expo projects
12projects, 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 DREADME.md9 # 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 DREADME.md17 # Installation in managed Expo projects
19projects, 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 DREADME.md16 # 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 DREADME.md12 # Installation in managed Expo projects
14projects, 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 DwithWatchPlugins.js3 function getWatchPlugins({ projects = [] } = {}) { property
8 if (projects.length) {
/expo/packages/unimodules-app-loader/
H A DREADME.md7 # Installation in managed Expo projects
9 # Installation in bare React Native projects
/expo/packages/expo-device/
H A DREADME.md17 # 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 DHomeScreenView.tsx57 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 DREADME.md17 # 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 DREADME.md17 # 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 DREADME.md17 # 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 DREADME.md17 # 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 DREADME.md17 # 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 DREADME.md17 # 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` …

12345678910>>...15