[Metro > Common] Add moment to common modules

This commit is contained in:
Beef 2023-02-14 18:33:42 +00:00
parent eb90b0a21d
commit 9080769a0c
3 changed files with 7 additions and 1 deletions

View file

@ -21,4 +21,7 @@ export const FluxDispatcher = findByProps("_currentDispatchActionType");
// React
export const React = window.React as typeof import("react");
export { ReactNative } from "@metro/hoist";
export { ReactNative } from "@metro/hoist";
// Moment
export { moment } from "@metro/hoist";