0.0.1 • Published 4 years ago

react-native-chat-bubbles v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-native-chat-bubbles

This package is a WIP and a placeholder until Android 11's final APIs release

Getting started

$ npm install react-native-chat-bubbles --save

Mostly automatic installation

$ react-native link react-native-chat-bubbles

Usage

import ChatBubbles from 'react-native-chat-bubbles';

// TODO: What to do with the module?
ChatBubbles;