chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+16
View File
@@ -0,0 +1,16 @@
import './Expo.fx';
export { disableErrorHandling } from './errors/ExpoErrorManager';
export { default as registerRootComponent } from './launch/registerRootComponent';
export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
export { EventEmitter, SharedObject, SharedRef, NativeModule, requireNativeModule, requireOptionalNativeModule, requireNativeViewManager as requireNativeView, registerWebModule, reloadAppAsync, } from 'expo-modules-core';
export type {
/** @deprecated Move to `SharedRef` with a type-only import instead */
SharedRef as SharedRefType,
/** @deprecated Move to `EventEmitter` with a type-only import instead */
EventEmitter as EventEmitterType,
/** @deprecated Move to `NativeModule` with a type-only import instead */
NativeModule as NativeModuleType,
/** @deprecated Move to `SharedObject` with a type-only import instead */
SharedObject as SharedObjectType, } from 'expo-modules-core/types';
export { useEvent, useEventListener } from './hooks/useEvent';
//# sourceMappingURL=Expo.d.ts.map