create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
5 lines (4 loc) • 398 B
TypeScript
import { AndroidManifest, AppOwnership, Constants, ExecutionEnvironment, IOSManifest, NativeConstants, PlatformManifest, UserInterfaceIdiom, WebManifest } from './Constants.types';
export { AndroidManifest, AppOwnership, Constants, ExecutionEnvironment, IOSManifest, NativeConstants, PlatformManifest, UserInterfaceIdiom, WebManifest, };
declare const _default: Constants;
export default _default;