import React from 'react';
import { StyleSheet } from 'react-native';
import Status from '../Status/Status';
import sharedStyles from '../../views/Styles';
import Avatar from './Avatar';
const styles = StyleSheet.create({
custom: {
padding: 16
}
});
const server = 'https://open.rocket.chat';
export default {
title: 'Avatar'
};
export const AvatarText = () => ;
export const AvatarRoomId = () => ;
export const AvatarUrl = () => (
);
export const AvatarPath = () => ;
export const WithETag = () => (
);
export const WithoutETag = () => ;
export const Emoji = () => (
({ name: 'troll', extension: 'jpg' })} server={server} size={56} />
);
export const Direct = () => ;
export const Channel = () => ;
export const Touchable = () => console.log('Pressed!')} size={56} />;
export const Static = () => (
);
export const CustomBorderRadius = () => ;
export const Children = () => (
);
export const WrongServer = () => ;
export const CustomStyle = () => ;