| /expo/apps/router-e2e/__e2e__/static-rendering/app/ |
| H A D | links.tsx | 5 <Link testID="links-one" href="/about"> 6 Link to about
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | questions.yml | 2 description: 'You have a question about Expo or want to discuss some aspects of Expo' 7 …value: If you have a question about Expo or want to discuss about related aspects, please post it …
|
| H A D | config.yml | 5 about: Join other developers in discussions regarding Expo.
|
| /expo/docs/pages/guides/ |
| H A D | overview.mdx | 6 This section contains information about the development with Expo and Expo Application Services (EA… 8 …about additional configurations and workflows that you may require during the development process … 9 …services for Expo and React Native apps, from the team behind Expo. Learn about [EAS Build](/build…
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | next-steps.mdx | 9 The following resources are useful when learning more about User Interface. 14 description="Learn more about background image, using SVG, styling buttons, and so on." 21 description="Learn about different UI libraries available in Expo and React Native ecosystem."
|
| /expo/docs/pages/router/advanced/ |
| H A D | platform-specific-modules.mdx | 53 'app/about.js', 54 'components/about.js', 55 'components/about.ios.js', 56 'components/about.web.js', 60 For example, the designs require you to build different `about` screens for each platform. In that … 62 ```js app/about.js 63 export { default } from '../components/about';
|
| /expo/docs/pages/tutorial/ |
| H A D | follow-up.mdx | 9 Read about [Modern JavaScript on React Native Express](https://www.reactnative.express/javascript/f… 24 …d Flexbox to layout our components. Check out the following recommendations to learn more about it: 31 You can learn more about customizing your [app icon](/develop/user-interface/app-icons/) and [splas… 35 …t we're ready to share with users, we can build it into an app. Read more about [distributing your… 39 …tiple screens. See [Routing](/routing/introduction/) for more information about adding navigation … 47 To learn more about implementing different types of gestures and animations, we recommend the follo…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | device.mdx | 3 description: A universal library provides access to system information about the physical device. 12 **`expo-device`** provides access to system information about the physical device, such as its manu…
|
| H A D | netinfo.mdx | 11 `@react-native-community/netinfo` allows you to get information about connection type and connectio… 27 If you want to grab information about the network connection just once, you can use: 36 Or, if you'd rather subscribe to updates about the network state (which then allows you to run code…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | device.mdx | 3 description: A universal library provides access to system information about the physical device. 12 **`expo-device`** provides access to system information about the physical device, such as its manu…
|
| H A D | netinfo.mdx | 11 `@react-native-community/netinfo` allows you to get information about connection type and connectio… 27 If you want to grab information about the network connection just once, you can use: 36 Or, if you'd rather subscribe to updates about the network state (which then allows you to run code…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | device.mdx | 3 description: A universal library provides access to system information about the physical device. 12 **`expo-device`** provides access to system information about the physical device, such as its manu…
|
| H A D | cellular.mdx | 3 description: An API that provides information about the user's cellular service provider. 12 **`expo-cellular`** provides information about the user’s cellular service provider, such as its un…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | device.mdx | 3 description: A universal library provides access to system information about the physical device. 12 **`expo-device`** provides access to system information about the physical device, such as its manu…
|
| H A D | netinfo.mdx | 11 `@react-native-community/netinfo` allows you to get information about connection type and connectio… 27 If you want to grab information about the network connection just once, you can use: 36 Or, if you'd rather subscribe to updates about the network state (which then allows you to run code…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | cellular.mdx | 3 description: An API that provides information about the user's cellular service provider. 12 **`expo-cellular`** provides information about the user’s cellular service provider, such as its un…
|
| /expo/docs/pages/regulatory-compliance/ |
| H A D | data-and-privacy-protection.mdx | 8 …ollect a minimal amount of data that aids us in making informed decisions about our products and s… 10 It's crucial that Expo is transparent with its users about the data it collects, how it does so, an… 14 Find out more about:
|
| /expo/docs/pages/versions/v46.0.0/config/ |
| H A D | metro.mdx | 6 See more information about **metro.config.js** in the [customizing Metro guide](/guides/customizing…
|
| /expo/docs/pages/versions/v47.0.0/config/ |
| H A D | metro.mdx | 6 See more information about **metro.config.js** in the [customizing Metro guide](/guides/customizing…
|
| /expo/docs/pages/versions/v48.0.0/config/ |
| H A D | metro.mdx | 6 See more information about **metro.config.js** in the [customizing Metro guide](/guides/customizing…
|
| /expo/packages/@expo/cli/e2e/__tests__/export/ |
| H A D | static-rendering.test.ts | 327 const about = await getPageHtml(outputDir, 'about.html'); constant 329 expect(about.querySelector('html > body div[data-testid="content"]')?.innerText).toBe('About'); 330 expect(about.querySelector('html > head > title')?.innerText).toBe('About | Website'); 331 expect(about.querySelector('html > head > meta[name="description"]')?.attributes.content).toBe( 336 about.querySelector('html > head > meta[name="expo-nested-layout"]')?.attributes.content
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | next-steps.mdx | 9 The following resources are useful when learning more about development builds or EAS Build: 20 description="Learn about different ways to use environment variables in an Expo project."
|
| /expo/packages/html-elements/src/primitives/__tests__/__snapshots__/ |
| H A D | createDevView.test.tsx.snap.android | 3 exports[`warns about unwrapped strings 1`] = `
|
| H A D | createDevView.test.ios.tsx.snap.ios | 3 exports[`warns about unwrapped strings 1`] = `
|
| H A D | createDevView.test.tsx.snap.ios | 3 exports[`warns about unwrapped strings 1`] = `
|