UNPKG

1.09 kBTypeScriptView Raw
1import * as Branch from './Branch';
2import * as BundleIdenitifer from './BundleIdentifier';
3import * as DeviceFamily from './DeviceFamily';
4import * as Version from './Version';
5import * as Name from './Name';
6import * as Scheme from './Scheme';
7import * as CustomInfoPlistEntries from './CustomInfoPlistEntries';
8import * as UserInterfaceStyle from './UserInterfaceStyle';
9import * as RequiresFullScreen from './RequiresFullScreen';
10import * as UsesNonExemptEncryption from './UsesNonExemptEncryption';
11import * as Entitlements from './Entitlements';
12import * as Facebook from './Facebook';
13import * as Google from './Google';
14import * as Orientation from './Orientation';
15import * as Icons from './Icons';
16import * as SplashScreen from './SplashScreen';
17import * as Locales from './Locales';
18import { InfoPlist } from './IosConfig.types';
19export { Branch, BundleIdenitifer, CustomInfoPlistEntries, DeviceFamily, Entitlements, Facebook, Google, Icons, Locales, SplashScreen, InfoPlist, Name, Orientation, RequiresFullScreen, Scheme, UserInterfaceStyle, UsesNonExemptEncryption, Version, };