UNPKG

create-expo-cljs-app

Version:

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

11 lines 191 B
{ "type": "module", "main": "index.cjs", "module": "index.js", "react-native": { "./index.js": "./index.native.js" }, "browser": { "./index.js": "./index.browser.js" } }