Home
last modified time | relevance | path

Searched refs:about (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/expo/apps/router-e2e/__e2e__/static-rendering/app/
H A Dlinks.tsx5 <Link testID="links-one" href="/about">
6 Link to about
/expo/.github/ISSUE_TEMPLATE/
H A Dquestions.yml2 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 Dconfig.yml5 about: Join other developers in discussions regarding Expo.
/expo/docs/pages/guides/
H A Doverview.mdx6 This section contains information about the development with Expo and Expo Application Services (EA…
8about 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 Dnext-steps.mdx9 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 Dplatform-specific-modules.mdx53 '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 Dfollow-up.mdx9 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 Ddevice.mdx3 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 Dnetinfo.mdx11 `@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 Ddevice.mdx3 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 Dnetinfo.mdx11 `@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 Ddevice.mdx3 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 Dcellular.mdx3 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 Ddevice.mdx3 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 Dnetinfo.mdx11 `@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 Dcellular.mdx3 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 Ddata-and-privacy-protection.mdx8 …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 Dmetro.mdx6 See more information about **metro.config.js** in the [customizing Metro guide](/guides/customizing…
/expo/docs/pages/versions/v47.0.0/config/
H A Dmetro.mdx6 See more information about **metro.config.js** in the [customizing Metro guide](/guides/customizing…
/expo/docs/pages/versions/v48.0.0/config/
H A Dmetro.mdx6 See more information about **metro.config.js** in the [customizing Metro guide](/guides/customizing…
/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dstatic-rendering.test.ts327 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 Dnext-steps.mdx9 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 DcreateDevView.test.tsx.snap.android3 exports[`warns about unwrapped strings 1`] = `
H A DcreateDevView.test.ios.tsx.snap.ios3 exports[`warns about unwrapped strings 1`] = `
H A DcreateDevView.test.tsx.snap.ios3 exports[`warns about unwrapped strings 1`] = `

12345678910>>...21