expo-constants
Version:
Provides system information that remains constant throughout the lifetime of your app.
5 lines • 363 B
TypeScript
import { type Constants } from './Constants.types';
export { type AndroidManifest, AppOwnership, type Constants, ExecutionEnvironment, type IOSManifest, type NativeConstants, type PlatformManifest, UserInterfaceIdiom, type WebManifest, } from './Constants.types';
declare const _default: Constants;
export default _default;
//# sourceMappingURL=Constants.d.ts.map