UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

27 lines (21 loc) 821 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _ExecutionEnvironment = require("fbjs/lib/ExecutionEnvironment"); var _StyleSheet = _interopRequireDefault(require("./StyleSheet")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * */ // allow original component styles to be inspected in React Dev Tools if (_ExecutionEnvironment.canUseDOM && window.__REACT_DEVTOOLS_GLOBAL_HOOK__) { window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle = _StyleSheet.default.flatten; } var _default = _StyleSheet.default; exports.default = _default; module.exports = exports.default;