first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
import '../Expo.fx';
import { type ComponentType } from 'react';
type InitialProps = {
exp?: {
notification?: any;
manifestString?: string;
[key: string]: any;
};
shell?: boolean;
shellManifestUrl?: string;
[key: string]: any;
};
/**
* Sets the initial React component to render natively in the app's root React Native view on Android, iOS, tvOS and the web.
*
* This method does the following:
* - Invokes React Native's `AppRegistry.registerComponent`.
* - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html` file.
* - Polyfills the `process.nextTick` function globally.
*
* This method also adds the following dev-only features that are removed in production bundles.
* - Adds the Fast Refresh and bundle splitting indicator to the app.
* - Asserts if the `expo-updates` package is misconfigured.
* - Asserts if `react-native` is not aliased to `react-native-web` when running in the browser.
* @param component The React component class that renders the rest of your app.
* @see For information on how to setup `registerRootComponent` in an existing (bare) React Native app, see [Common questions](#rootregistercomponent-setup-for-existing-react-native-projects) below.
*/
export default function registerRootComponent<P extends InitialProps>(component: ComponentType<P>): void;
export {};
//# sourceMappingURL=registerRootComponent.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAEpB,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAQ3C,KAAK,YAAY,GAAG;IAClB,GAAG,CAAC,EAAE;QACJ,YAAY,CAAC,EAAE,GAAG,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;IACF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAGF;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,CAAC,SAAS,YAAY,EAClE,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,GAC1B,IAAI,CAwBN"}

3
node_modules/expo/build/launch/withDevTools.d.ts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import * as React from 'react';
export declare function withDevTools<TComponent extends React.ComponentType<any>>(AppRootComponent: TComponent): React.ComponentType<React.ComponentProps<TComponent>>;
//# sourceMappingURL=withDevTools.d.ts.map

1
node_modules/expo/build/launch/withDevTools.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"withDevTools.d.ts","sourceRoot":"","sources":["../../src/launch/withDevTools.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,wBAAgB,YAAY,CAAC,UAAU,SAAS,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EACtE,gBAAgB,EAAE,UAAU,GAC3B,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAuBvD"}

7
node_modules/expo/build/launch/withDevTools.ios.d.ts generated vendored Normal file
View File

@@ -0,0 +1,7 @@
import * as React from 'react';
/**
* Append the Expo Fast Refresh view and optionally
* keep the screen awake if `expo-keep-awake` is installed.
*/
export declare function withDevTools<TComponent extends React.ComponentType<any>>(AppRootComponent: TComponent): React.ComponentType<React.ComponentProps<TComponent>>;
//# sourceMappingURL=withDevTools.ios.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"withDevTools.ios.d.ts","sourceRoot":"","sources":["../../src/launch/withDevTools.ios.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B;;;GAGG;AACH,wBAAgB,YAAY,CAAC,UAAU,SAAS,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EACtE,gBAAgB,EAAE,UAAU,GAC3B,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAmCvD"}

3
node_modules/expo/build/launch/withDevTools.web.d.ts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import * as React from 'react';
export declare function withDevTools<TComponent extends React.ComponentType<any>>(AppRootComponent: TComponent): React.ComponentType<React.ComponentProps<TComponent>>;
//# sourceMappingURL=withDevTools.web.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"withDevTools.web.d.ts","sourceRoot":"","sources":["../../src/launch/withDevTools.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,wBAAgB,YAAY,CAAC,UAAU,SAAS,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EACtE,gBAAgB,EAAE,UAAU,GAC3B,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAgBvD"}