@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
5 lines (4 loc) • 357 B
TypeScript
import ReactNativeZoomableView from "./ReactNativeZoomableView";
import ReactNativeZoomableViewWithGestures from "./ReactNativeZoomableViewWithGestures";
import type { ReactNativeZoomableViewProps, ZoomableViewEvent } from "./types";
export { ReactNativeZoomableView, ReactNativeZoomableViewProps, ReactNativeZoomableViewWithGestures, ZoomableViewEvent, };