react-native-flip
Version:
19 lines • 799 B
JavaScript
export var AppOwnership;
(function (AppOwnership) {
AppOwnership["Standalone"] = "standalone";
AppOwnership["Expo"] = "expo";
AppOwnership["Guest"] = "guest";
})(AppOwnership || (AppOwnership = {}));
export var ExecutionEnvironment;
(function (ExecutionEnvironment) {
ExecutionEnvironment["Bare"] = "bare";
ExecutionEnvironment["Standalone"] = "standalone";
ExecutionEnvironment["StoreClient"] = "storeClient";
})(ExecutionEnvironment || (ExecutionEnvironment = {}));
export var UserInterfaceIdiom;
(function (UserInterfaceIdiom) {
UserInterfaceIdiom["Handset"] = "handset";
UserInterfaceIdiom["Tablet"] = "tablet";
UserInterfaceIdiom["Unsupported"] = "unsupported";
})(UserInterfaceIdiom || (UserInterfaceIdiom = {}));
//# sourceMappingURL=Constants.types.js.map