UNPKG

openhangouts

Version:

Simple Library to openHangouts in reactnative app.

24 lines (15 loc) 484 B
# Open Hangouts from ReactNative App A small library that helps to openHangouts when hangoutId is provided. ## Installation `npm install openhangouts` ## Usage import { openHangouts } from 'openhangouts'; const hangoutId = '123456789'; // Replace hangoutId with original hangoutId <Button onPress={() => openHangouts(hangoutID)} title="open Hangouts" color="#841584" /> ## Issues https://github.com/rakeshcheekatimala/openHangouts/issues