UNPKG

create-expo-cljs-app

Version:

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

13 lines (9 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _default = (0, _reactNative.requireNativeComponent)('RNCSafeAreaProvider'); exports.default = _default; //# sourceMappingURL=NativeSafeAreaProvider.native.js.map