UNPKG

create-expo-cljs-app

Version:

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

9 lines 189 B
/** * Use a stub for MaskedView on all Platforms that don't support it. */ export default function MaskedView({ children }) { return children; } //# sourceMappingURL=MaskedView.js.map