1import * as AllowBackup from './AllowBackup'; 2import * as BuildProperties from './BuildProperties'; 3import * as Colors from './Colors'; 4import * as EasBuild from './EasBuild'; 5import * as GoogleMapsApiKey from './GoogleMapsApiKey'; 6import * as GoogleServices from './GoogleServices'; 7import * as IntentFilters from './IntentFilters'; 8import * as Manifest from './Manifest'; 9import * as Name from './Name'; 10import * as Orientation from './Orientation'; 11import * as Package from './Package'; 12import * as Paths from './Paths'; 13import * as Permissions from './Permissions'; 14import * as PrimaryColor from './PrimaryColor'; 15import * as Properties from './Properties'; 16import * as Resources from './Resources'; 17import * as Scheme from './Scheme'; 18import * as StatusBar from './StatusBar'; 19import * as Strings from './Strings'; 20import * as Styles from './Styles'; 21import * as Updates from './Updates'; 22import * as Version from './Version'; 23import * as WindowSoftInputMode from './WindowSoftInputMode'; 24 25export { Manifest, Colors, Paths, Permissions, Properties, Resources, Scheme, Strings, Styles }; 26 27export { 28 AllowBackup, 29 BuildProperties, 30 EasBuild, 31 GoogleMapsApiKey, 32 GoogleServices, 33 IntentFilters, 34 Name, 35 Orientation, 36 Package, 37 PrimaryColor, 38 StatusBar, 39 Updates, 40 Version, 41 WindowSoftInputMode, 42}; 43