Skip to content

Instantly share code, notes, and snippets.

View vashisth00's full-sized avatar
🙃
🙂

Vashisth Bhushan vashisth00

🙃
🙂
View GitHub Profile
const AWS = require('aws-sdk')
const fs = require('fs')
const Polly = new AWS.Polly({
region: 'ap-south-1'
})
const input = {
Text: "Hola, Buenas dias.",
OutputFormat: "ogg",
@vashisth00
vashisth00 / ImageGallery.jsx
Created June 16, 2019 22:30
This is an Example of Grid Image Gallery in React Native | API Call img url
/*This is an Example of Grid Image Gallery in React Native*/
import * as React from 'react';
//import React in our project
import {
Image,
TouchableOpacity,
Text,
View,
Modal,
StyleSheet,