UNPKG

create-expo-cljs-app

Version:

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

14 lines (9 loc) 281 B
/* * @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper * @license BSD-3-Clause (see LICENSE in the root directory of this source tree) */ import { use } from '@js-joda/core'; import plug from './plug'; export default function autoPlug() { use(plug); }