[UI] Preliminary UI, ported somewhat from pre-rewrite
This commit is contained in:
parent
110181b6fd
commit
10ccca3e40
6 changed files with 132 additions and 1 deletions
|
@ -3,4 +3,8 @@ import { findByProps } from "@metro/filters";
|
|||
// Discord
|
||||
export const Constants = findByProps("API_HOST");
|
||||
export const channels = findByProps("getVoiceChannelId");
|
||||
export const i18n = findByProps("Messages");
|
||||
export const i18n = findByProps("Messages");
|
||||
|
||||
// React
|
||||
export const React = findByProps("createElement") as typeof import("react");
|
||||
export const ReactNative = findByProps("Text", "Image") as typeof import("react-native");
|
Loading…
Add table
Add a link
Reference in a new issue