openhangouts

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i openhangouts

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

152 kB

Total Files

4

Last publish

Collaborators

  • rakeshcheekatimala