Home
last modified time | relevance | path

Searched refs:App (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/expo/docs/.vale/writing-styles/expo-docs/
H A DStores.yml7 apple app store: Apple App Store
8 Apple app Store: Apple App Store
9 Apple app store: Apple App Store
10 apple App Store: Apple App Store
11 Apple App store: Apple App Store
/expo/packages/expo-router/build/
H A Dqualified-entry.js6 exports.App = void 0;
16 function App() { class
20 exports.App = App;
/expo/apps/bare-expo/
H A Dindex.tsx3 import App from './App';
5 // registerRootComponent calls AppRegistry.registerComponent('main', () => App);
8 registerRootComponent(App);
/expo/templates/expo-template-bare-minimum/
H A Dindex.js3 import App from './App';
8 registerRootComponent(App);
H A DApp.js5 export default function App() { class
8 <Text>Open up App.js to start working on your app!</Text>
/expo/packages/expo-router/
H A Dentry.js5 import { App } from 'expo-router/build/qualified-entry';
10 renderRootComponent(App);
/expo/apps/fabric-tester/
H A Dindex.js3 import App from './App';
8 registerRootComponent(App);
/expo/apps/native-component-list/
H A Dindex.js3 import App from './App';
8 registerRootComponent(App);
/expo/packages/expo/
H A DAppEntry.js3 import App from '../../App';
5 registerRootComponent(App);
/expo/packages/expo-dev-menu/app/
H A Dindex.ts4 import { App } from './App';
8 AppRegistry.registerComponent('main', () => App);
/expo/packages/expo-test-runner/templates/detox/
H A Dindex.js3 import App from './{{= it.appEntryPoint }}';
5 AppRegistry.registerComponent('main', () => App);
/expo/docs/pages/submit/
H A Dios.mdx2 title: Submit to the Apple App Store
4 description: Learn how to submit your app to the Apple App Store from your computer and CI.
10 This guide outlines how to submit your app to the Apple App Store from your own computer and from C…
42App Store Connect app, this step can be skipped by providing the `ascAppId` in the submit profile.…
74 - Set the ASC App ID (`ascAppId` in **eas.json**). The ASC App ID is required to skip the Apple Dev…
93 <Collapsible summary="How to upload to the Apple App Store manually from a macOS device">
95 #### Creating an entry on App Store Connect
97 Start by creating an app profile in App Store Connect, if you haven't already:
100 2. Click the blue plus button by the Apps header, then click **New App**.
106 Finally, you need to upload the IPA to the Apple App Store.
[all …]
/expo/apps/native-tests/
H A Dindex.js7 import App from './App';
13 registerRootComponent(App);
/expo/packages/expo-yarn-workspaces/bin/
H A DAppEntry.template.js5 import App from '{{relativeProjectPath}}/App';
11 registerRootComponent(App);
/expo/apps/eas-expo-go/
H A Dindex.js7 import App from './App';
13 registerRootComponent(App);
/expo/packages/expo-dev-launcher/bundle/
H A Dindex.ts4 import { App } from './App';
10 AppRegistry.registerComponent('main', () => App);
/expo/templates/expo-template-tv/
H A Dindex.js6 import App from './App';
9 AppRegistry.registerComponent(appName, () => App);
H A DApp.tsx5 export default function App() {
8 <Text>Open up App.tsx to start working on your app!</Text>
/expo/docs/pages/distribution/
H A Dapp-stores.mdx2 title: App stores best practices
18 title="App Store presence"
19 description="Manage your Apple App Store metadata from the command line."
28 title="App icons"
29 description="App stores have strict rules for home screen icons."
49 description="Official Apple guide on preparing your app for App Store review."
63 …apps and app updates will be required to have a privacy policy to pass the App Store Review Guidel…
65 ### App privacy questions
67 …ide information about their privacy practices in App Store Connect. See [App privacy details on th…
/expo/ios/Tests/AppLoader/
H A DEXAppLoader+Tests.h5 #pragma mark - private/internal methods in App Loader & App Fetchers
/expo/templates/expo-template-blank/
H A DApp.js4 export default function App() { class
7 <Text>Open up App.js to start working on your app!</Text>
/expo/packages/expo-dev-client/e2e/app/
H A DApp.tsx4 export default function App() {
7 <Text>Open up App.js to start working on your app!</Text>
/expo/templates/expo-template-blank-typescript/
H A DApp.tsx4 export default function App() {
7 <Text>Open up App.tsx to start working on your app!</Text>
/expo/packages/babel-preset-expo/src/__tests__/samples/
H A DApp.js8 class App extends React.Component { class
43 export default connect()(App);
/expo/docs/pages/deploy/
H A Dsubmit-to-app-stores.mdx3 description: Learn how to submit your app to Google Play Store and Apple App Store from the command…
12 … guide describes how to submit your app to the Google Play Store and Apple App Store using EAS Sub…
50 ## Apple App Store
55 - Native app binary signed for Apple App Store submission using EAS Build. If you haven't followed …
57 ### Submit binary to Apple App Store
61 To submit the binary to the App Store, run the following command from inside your project's directo…
68 - Ensure that your app exists on App Store Connect and its [Bundle Identifier](https://expo.fyi/bun…
76App Store Connect app, this step can be skipped by providing the `ascAppId` in the submit profile.…
82 …**App Store Connect API Key:** Create your own [API Key](https://expo.fyi/creating-asc-api-key) th…
98 - Your build should now be visible on [App Store Connect](https://appstoreconnect.apple.com). If so…
[all …]

12345678910>>...23