[Cleanup] Small tidying
This commit is contained in:
parent
0fe5d30bbc
commit
715e6f9bc4
4 changed files with 11 additions and 10 deletions
|
@ -7,6 +7,11 @@ export const i18n = findByProps("Messages");
|
|||
export const url = findByProps("openURL");
|
||||
export const toasts = find(m => m.open && m.close && !m.startDrag && !m.init && !m.openReplay && !m.setAlwaysOnTop);
|
||||
export const stylesheet = findByProps("createThemedStyleSheet");
|
||||
export const clipboard = findByProps("setString", "getString");
|
||||
export const assets = findByProps("registerAsset");
|
||||
export const navigation = findByProps("pushLazy");
|
||||
export const navigationStack = findByProps("createStackNavigator");
|
||||
export const NavigationNative = findByProps("NavigationContainer");
|
||||
|
||||
// React
|
||||
export const React = findByProps("createElement") as typeof import("react");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue