Gustash / react-native-chat-bubbles

Android 11 Chat Bubbles for React Native
0 stars 0 forks source link

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;