react-native-google-photos

3.0.5 • Public • Published

react-native-google-photos

npm version Snyk Vulnerabilities for GitHub Repo npm MIT license

Grabs Streaming & Downloader Link Google Photos & Blogger .Dll

Toc

Installation

Using npm:

npm install --save react-native-google-photos

or using yarn:

yarn add react-native-google-photos

Usage

Support Google Photos & Blogger

import Grab from 'react-native-google-photos';
 
var photos = "https://photos.google.com/share/AF1QipMTEPAiVF8t0YqLukflnOSQjwfd8ARIoT2h37AXvYO1uaWodbeiFoBUDuD_19tEbg/photo/AF1QipPA2Bq0JlAR9LoGD3mogsxSb9OZWEG4XqBDD4Rv?key=cjhUT0xrZjM5NGN2SVRLOVptZU5SMUlKV0lQYWpB";
 
var blogger = "https://prikate09.blogspot.com/2017/10/all-ani-29-oktober-2017-413.html"
 
//Google Photos
Grab.Photos(photos).then(res=>{
    console.log(res); 
})
 
//Blogger
Grab.Blogger(blogger).then(res=>{
    console.log(res)
})
 
 

Demo

Require Google Photos

  • Allow the google photos to public access folder
  • Only supports video urls not folder urls

Require Mp4upload.com

  • Only embed url

Next

Donate

Package Sidebar

Install

npm i react-native-google-photos

Homepage

verdauen.com

Weekly Downloads

1

Version

3.0.5

License

MIT

Unpacked Size

10.2 kB

Total Files

7

Last publish

Collaborators

  • khalis_afkari