create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
14 lines (9 loc) • 359 B
JavaScript
/*
* @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 latest from './tzdbData';
import { MomentZoneRulesProvider } from './MomentZoneRulesProvider';
import autoPlug from './auto-plug';
MomentZoneRulesProvider.loadTzdbData(latest);
autoPlug();