UNPKG

@gathertown/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

6 lines (5 loc) 529 B
export declare const useLocalization: () => import("../contexts/LocalizationCtx").LocalizationContextType; export declare const usePlatformService: () => import("../contexts/PlatformServiceCtx").PlatformServiceContextType; export declare const useSendbirdChat: () => import("../contexts/SendbirdChatCtx").SendbirdChatContextType; export declare const useUserProfile: () => import("../contexts/UserProfileCtx").UserProfileContextType; export declare const useReaction: () => import("../contexts/ReactionCtx").ReactionContextType;