UNPKG

create-expo-cljs-app

Version:

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

12 lines (9 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SafeAreaView = void 0; var _reactNative = require("react-native"); const SafeAreaView = _reactNative.View; exports.SafeAreaView = SafeAreaView; //# sourceMappingURL=SafeAreaView.macos.js.map