react-native-google-photos
Version:
Grabs Streaming & Downloader Url Google Photos
13 lines (10 loc) • 460 B
JavaScript
import {default as gb} from './dist/api';
const Grab = gb;
export default Grab;
//jspm.io cors allow
// import('https://dev.jspm.io/react-native-google-photos')
// .then(({ default: Gphotos }) =>
// Gphotos('https://photos.google.com/share/AF1QipMTEPAiVF8t0YqLukflnOSQjwfd8ARIoT2h37AXvYO1uaWodbeiFoBUDuD_19tEbg/photo/AF1QipPA2Bq0JlAR9LoGD3mogsxSb9OZWEG4XqBDD4Rv?key=cjhUT0xrZjM5NGN2SVRLOVptZU5SMUlKV0lQYWpB')
// .then(res=>{
// console.log(res)
// }));