README
react-native-chatvisor
Usage
import * as Chatvisor from 'react-native-chatvisor';
Chatvisor.liveView.start("...", "...");
React native wrapper for Chatvisor LiveView library
<script type="module">
import reactNativeChatvisor from 'https://cdn.skypack.dev/react-native-chatvisor';
</script>
import * as Chatvisor from 'react-native-chatvisor';
Chatvisor.liveView.start("...", "...");