[Metro > Common] Add lodash to common modules
This commit is contained in:
parent
0bf2b58926
commit
72c9055b5a
3 changed files with 7 additions and 1 deletions
|
@ -27,4 +27,7 @@ export { ReactNative } from "@lib/preinit";
|
|||
export const moment = findByProps("isMoment") as typeof import("moment");
|
||||
|
||||
// chroma.js
|
||||
export { chroma } from "@lib/preinit";
|
||||
export { chroma } from "@lib/preinit";
|
||||
|
||||
// Lodash
|
||||
export const lodash = findByProps("forEachRight") as typeof import("lodash");
|
Loading…
Add table
Add a link
Reference in a new issue