UNPKG

@sendbird/uikit-react-native

Version:

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

15 lines 378 B
import React from 'react'; export const SBUHandlersContext = /*#__PURE__*/React.createContext(null); export const SBUHandlersProvider = ({ children, onOpenURL, onOpenFileURL }) => { return /*#__PURE__*/React.createElement(SBUHandlersContext.Provider, { value: { onOpenURL, onOpenFileURL } }, children); }; //# sourceMappingURL=SBUHandlersCtx.js.map