| /expo/docs/.vale/writing-styles/expo-docs/ |
| H A D | Stores.yml | 7 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 D | qualified-entry.js | 6 exports.App = void 0; 16 function App() { class 20 exports.App = App;
|
| /expo/apps/bare-expo/ |
| H A D | index.tsx | 3 import App from './App'; 5 // registerRootComponent calls AppRegistry.registerComponent('main', () => App); 8 registerRootComponent(App);
|
| /expo/templates/expo-template-bare-minimum/ |
| H A D | index.js | 3 import App from './App'; 8 registerRootComponent(App);
|
| H A D | App.js | 5 export default function App() { class 8 <Text>Open up App.js to start working on your app!</Text>
|
| /expo/packages/expo-router/ |
| H A D | entry.js | 5 import { App } from 'expo-router/build/qualified-entry'; 10 renderRootComponent(App);
|
| /expo/apps/fabric-tester/ |
| H A D | index.js | 3 import App from './App'; 8 registerRootComponent(App);
|
| /expo/apps/native-component-list/ |
| H A D | index.js | 3 import App from './App'; 8 registerRootComponent(App);
|
| /expo/packages/expo/ |
| H A D | AppEntry.js | 3 import App from '../../App'; 5 registerRootComponent(App);
|
| /expo/packages/expo-dev-menu/app/ |
| H A D | index.ts | 4 import { App } from './App'; 8 AppRegistry.registerComponent('main', () => App);
|
| /expo/packages/expo-test-runner/templates/detox/ |
| H A D | index.js | 3 import App from './{{= it.appEntryPoint }}'; 5 AppRegistry.registerComponent('main', () => App);
|
| /expo/docs/pages/submit/ |
| H A D | ios.mdx | 2 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… 42 …App 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 D | index.js | 7 import App from './App'; 13 registerRootComponent(App);
|
| /expo/packages/expo-yarn-workspaces/bin/ |
| H A D | AppEntry.template.js | 5 import App from '{{relativeProjectPath}}/App'; 11 registerRootComponent(App);
|
| /expo/apps/eas-expo-go/ |
| H A D | index.js | 7 import App from './App'; 13 registerRootComponent(App);
|
| /expo/packages/expo-dev-launcher/bundle/ |
| H A D | index.ts | 4 import { App } from './App'; 10 AppRegistry.registerComponent('main', () => App);
|
| /expo/templates/expo-template-tv/ |
| H A D | index.js | 6 import App from './App'; 9 AppRegistry.registerComponent(appName, () => App);
|
| H A D | App.tsx | 5 export default function App() { 8 <Text>Open up App.tsx to start working on your app!</Text>
|
| /expo/docs/pages/distribution/ |
| H A D | app-stores.mdx | 2 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 D | EXAppLoader+Tests.h | 5 #pragma mark - private/internal methods in App Loader & App Fetchers
|
| /expo/templates/expo-template-blank/ |
| H A D | App.js | 4 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 D | App.tsx | 4 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 D | App.tsx | 4 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 D | App.js | 8 class App extends React.Component { class 43 export default connect()(App);
|
| /expo/docs/pages/deploy/ |
| H A D | submit-to-app-stores.mdx | 3 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… 76 …App 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 …]
|