[Shims] Properly shim React
This commit is contained in:
parent
48138c5b7c
commit
fee7f345fa
8 changed files with 18 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Asset } from "@types";
|
||||
import { React, ReactNative as RN } from "@metro/common";
|
||||
import { ReactNative as RN } from "@metro/common";
|
||||
import { showToast } from "@ui/toasts";
|
||||
import { getAssetIDByName } from "@ui/assets";
|
||||
import { Forms } from "@ui/components";
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { React } from "@metro/common";
|
||||
import { Forms } from "@ui/components";
|
||||
import { getAssetIDByName } from "@ui/assets";
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { React } from "@metro/common";
|
||||
import { getAssetIDByName } from "@ui/assets";
|
||||
import { showToast } from "@ui/toasts";
|
||||
import { Forms } from "@ui/components";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue