UNPKG

meetui-react-native

Version:
45 lines (43 loc) 947 B
import { Container, Navbar } from 'navbar-native' import NavigationBar from 'react-native-navbar' import TabBar from 'react-native-tab-navigator' import Icon from 'react-native-vector-icons/Ionicons' import Button from 'react-native-button' import PushNotification from 'react-native-push-notification' import { GiftedChat, Actions, Avatar, Bubble, MessageImage, MessageText, Composer, Day, InputToolbar, LoadEarlier, Message, Send, Time, } from 'react-native-gifted-chat' export { Container, Navbar, Icon, Button, NavigationBar, TabBar, PushNotification, GiftedChat as Chat, Actions as ChatActions, Avatar as ChatAvatar, Bubble as ChatBubble, MessageImage as ChatMessageImage, MessageText as ChatMessageText, Composer as ChatComposer, Day as ChatDay, InputToolbar as ChatInputToolbar, LoadEarlier as ChatLoadEarlier, Message as ChatMessage, Send as ChatSend, Time as ChatTime, }