react-native-chat-bubbles
v0.0.1
Published
TODO
Readme
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;