@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.
18 lines • 594 B
JavaScript
import React from 'react';
import { Box } from '@sendbird/uikit-react-native-foundation';
import TypedPlaceholder from '../../../components/TypedPlaceholder';
const OpenChannelOperatorsStatusError = _ref => {
let {
onPressRetry
} = _ref;
return /*#__PURE__*/React.createElement(Box, {
flex: 1,
alignItems: 'center',
justifyContent: 'center'
}, /*#__PURE__*/React.createElement(TypedPlaceholder, {
type: 'error-wrong',
onPressRetry: onPressRetry
}));
};
export default OpenChannelOperatorsStatusError;
//# sourceMappingURL=OpenChannelOperatorsStatusError.js.map