openhangouts
Version:
Simple Library to openHangouts in reactnative app.
24 lines (15 loc) • 484 B
Markdown
A small library that helps to openHangouts when hangoutId is provided.
`npm install openhangouts`
import { openHangouts } from 'openhangouts';
const hangoutId = '123456789';
// Replace hangoutId with original hangoutId
<Button
onPress={() => openHangouts(hangoutID)}
title="open Hangouts"
color="#841584"
/>
https://github.com/rakeshcheekatimala/openHangouts/issues