Home
last modified time | relevance | path

Searched refs:AppRegistry (Results 1 – 25 of 46) sorted by relevance

12

/expo/packages/expo/build/launch/
H A DregisterRootComponent.js2 import { AppRegistry, Platform } from 'react-native';
9 AppRegistry.registerComponent('main', () => qualifiedComponent);
21 AppRegistry.runApplication('main', {
H A DregisterRootComponent.js.map1AppRegistry, Platform } from 'react-native';\n\ntype InitialProps = {\n exp: {\n notification?…
/expo/packages/expo-dev-menu/app/
H A Dindex.ts1 import { AppRegistry } from 'react-native';
8 AppRegistry.registerComponent('main', () => App);
/expo/packages/expo-test-runner/templates/detox/
H A Dindex.js1 import { AppRegistry } from 'react-native';
5 AppRegistry.registerComponent('main', () => App);
/expo/packages/expo-dev-launcher/bundle/
H A Dindex.ts1 import { AppRegistry, LogBox } from 'react-native';
10 AppRegistry.registerComponent('main', () => App);
/expo/templates/expo-template-tv/
H A Dindex.js5 import { AppRegistry } from 'react-native';
9 AppRegistry.registerComponent(appName, () => App);
/expo/packages/expo-dev-client/.tests/instrumented/app/
H A Dindex.js2 import { AppRegistry, View, StyleSheet, Text } from 'react-native';
10 AppRegistry.registerComponent('main', () => app);
/expo/packages/expo/src/launch/
H A DregisterRootComponent.tsx4 import { AppRegistry, Platform } from 'react-native';
27 AppRegistry.registerComponent('main', () => qualifiedComponent);
42 AppRegistry.runApplication('main', {
/expo/apps/bare-expo/
H A Dindex.tsx5 // registerRootComponent calls AppRegistry.registerComponent('main', () => App);
/expo/home/menu/
H A DDevMenuApp.tsx4 import { AppRegistry, useColorScheme } from 'react-native';
70 AppRegistry.registerComponent('HomeMenu', () => DevMenuRoot);
/expo/packages/expo-router/build/static/
H A DrenderStaticContent.js50 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 DgenerateFunctionMap.js.map1 …run AppRegistry.js:117:26\n //\n // After:\n // - _default App.js:5:9\n // - renderApplication…
/expo/packages/expo-router/src/static/
H A DrenderStaticContent.tsx13 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 DAppRegistry.d.ts52 export namespace AppRegistry { namespace
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ReactNative/
H A DAppRegistry.d.ts52 export namespace AppRegistry { namespace
/expo/docs/pages/workflow/
H A Dweb.mdx23 …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 Dregister-root-component.mdx50 - 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 Dregister-root-component.mdx50 - 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 Dregister-root-component.mdx50 - 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 Dregister-root-component.mdx50 - 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 Dregister-root-component.mdx50 - 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 DABI49_0_0RCTRootContentView.m100 [_bridge enqueueJSCall:@"AppRegistry"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTRootContentView.m100 [_bridge enqueueJSCall:@"AppRegistry"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTRootContentView.m100 [_bridge enqueueJSCall:@"AppRegistry"
/expo/ios/Exponent/Kernel/Services/
H A DEXErrorRecoveryManager.m95 // and the new error is about AppRegistry,
98 …[error.localizedDescription rangeOfString:@"AppRegistry is not a registered callable module"].leng…

12