[Metro > Common] Add moment to common modules
This commit is contained in:
parent
eb90b0a21d
commit
9080769a0c
3 changed files with 7 additions and 1 deletions
|
@ -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";
|
Loading…
Add table
Add a link
Reference in a new issue