| /expo/packages/expo/build/launch/ |
| H A D | registerRootComponent.js | 2 import { AppRegistry, Platform } from 'react-native'; 9 AppRegistry.registerComponent('main', () => qualifiedComponent); 21 AppRegistry.runApplication('main', {
|
| H A D | registerRootComponent.js.map | 1 …AppRegistry, Platform } from 'react-native';\n\ntype InitialProps = {\n exp: {\n notification?…
|
| /expo/packages/expo-dev-menu/app/ |
| H A D | index.ts | 1 import { AppRegistry } from 'react-native'; 8 AppRegistry.registerComponent('main', () => App);
|
| /expo/packages/expo-test-runner/templates/detox/ |
| H A D | index.js | 1 import { AppRegistry } from 'react-native'; 5 AppRegistry.registerComponent('main', () => App);
|
| /expo/packages/expo-dev-launcher/bundle/ |
| H A D | index.ts | 1 import { AppRegistry, LogBox } from 'react-native'; 10 AppRegistry.registerComponent('main', () => App);
|
| /expo/templates/expo-template-tv/ |
| H A D | index.js | 5 import { AppRegistry } from 'react-native'; 9 AppRegistry.registerComponent(appName, () => App);
|
| /expo/packages/expo-dev-client/.tests/instrumented/app/ |
| H A D | index.js | 2 import { AppRegistry, View, StyleSheet, Text } from 'react-native'; 10 AppRegistry.registerComponent('main', () => app);
|
| /expo/packages/expo/src/launch/ |
| H A D | registerRootComponent.tsx | 4 import { AppRegistry, Platform } from 'react-native'; 27 AppRegistry.registerComponent('main', () => qualifiedComponent); 42 AppRegistry.runApplication('main', {
|
| /expo/apps/bare-expo/ |
| H A D | index.tsx | 5 // registerRootComponent calls AppRegistry.registerComponent('main', () => App);
|
| /expo/home/menu/ |
| H A D | DevMenuApp.tsx | 4 import { AppRegistry, useColorScheme } from 'react-native'; 70 AppRegistry.registerComponent('HomeMenu', () => DevMenuRoot);
|
| /expo/packages/expo-router/build/static/ |
| H A D | renderStaticContent.js | 50 react_native_web_1.AppRegistry.registerComponent('App', () => ExpoRoot_1.ExpoRoot); 76 element, getStyleElement, } = react_native_web_1.AppRegistry.getApplication('App', {
|
| /expo/packages/@expo/metro-config/build/transformer/ |
| H A D | generateFunctionMap.js.map | 1 …run AppRegistry.js:117:26\n //\n // After:\n // - _default App.js:5:9\n // - renderApplication…
|
| /expo/packages/expo-router/src/static/ |
| H A D | renderStaticContent.tsx | 13 import { AppRegistry } from 'react-native-web'; 25 AppRegistry.registerComponent('App', () => ExpoRoot); 61 } = AppRegistry.getApplication('App', {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/ReactNative/ |
| H A D | AppRegistry.d.ts | 52 export namespace AppRegistry { namespace
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ReactNative/ |
| H A D | AppRegistry.d.ts | 52 export namespace AppRegistry { namespace
|
| /expo/docs/pages/workflow/ |
| H A D | web.mdx | 23 …tComponent`](/versions/latest/sdk/register-root-component) instead of `AppRegistry.registerCompone… 29 - import {AppRegistry} from 'react-native'; 32 - AppRegistry.registerComponent(appName, () => App);
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | register-root-component.mdx | 50 - Invokes React Native's [AppRegistry.registerComponent](https://reactnative.dev/docs/appregistry.h… 51 - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html`…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | register-root-component.mdx | 50 - Invokes React Native's [AppRegistry.registerComponent](https://reactnative.dev/docs/appregistry.h… 51 - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html`…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | register-root-component.mdx | 50 - Invokes React Native's [AppRegistry.registerComponent](https://reactnative.dev/docs/appregistry.h… 51 - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html`…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | register-root-component.mdx | 50 - Invokes React Native's [AppRegistry.registerComponent](https://reactnative.dev/docs/appregistry.h… 51 - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html`…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | register-root-component.mdx | 50 - Invokes React Native's [AppRegistry.registerComponent](https://reactnative.dev/docs/appregistry.h… 51 - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html`…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTRootContentView.m | 100 [_bridge enqueueJSCall:@"AppRegistry"
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTRootContentView.m | 100 [_bridge enqueueJSCall:@"AppRegistry"
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTRootContentView.m | 100 [_bridge enqueueJSCall:@"AppRegistry"
|
| /expo/ios/Exponent/Kernel/Services/ |
| H A D | EXErrorRecoveryManager.m | 95 // and the new error is about AppRegistry, 98 …[error.localizedDescription rangeOfString:@"AppRegistry is not a registered callable module"].leng…
|