create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
19 lines (16 loc) • 467 B
JavaScript
exports.__esModule = true;
exports.default = void 0;
var _react = require("react");
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
var TextAncestorContext = /*#__PURE__*/(0, _react.createContext)(false);
var _default = TextAncestorContext;
exports.default = _default;
module.exports = exports.default;
;