UNPKG

create-expo-cljs-app

Version:

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

15 lines (13 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = Screen; /** * Empty component used for specifying route configuration. */ function Screen(_) { /* istanbul ignore next */ return null; } //# sourceMappingURL=Screen.js.map