UNPKG

create-expo-cljs-app

Version:

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

9 lines 252 B
import * as React from 'react'; import MaterialCommunityIcon from '../components/MaterialCommunityIcon'; export const { Provider, Consumer } = /*#__PURE__*/React.createContext({ icon: MaterialCommunityIcon }); //# sourceMappingURL=settings.js.map