react-native-chat-bubbles

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeChatBubbles from 'https://cdn.skypack.dev/react-native-chat-bubbles';
</script>

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;