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.

14 lines 376 B
import React from 'react'; export const LocalizationContext = /*#__PURE__*/React.createContext(null); export const LocalizationProvider = _ref => { let { children, stringSet } = _ref; return /*#__PURE__*/React.createElement(LocalizationContext.Provider, { value: { STRINGS: stringSet } }, children); }; //# sourceMappingURL=LocalizationCtx.js.map