This package is a WIP and a placeholder until Android 11's final APIs release
$ npm install react-native-chat-bubbles --save
$ react-native link react-native-chat-bubbles
import ChatBubbles from 'react-native-chat-bubbles';
// TODO: What to do with the module?
ChatBubbles;