Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React, { Component } from 'react';
import { StyleSheet, TouchableOpacity, View } from 'react-native';
import Image from 'react-native-image-progress';
import * as Progress from 'react-native-progress';
const INDICATORS = [null, Progress.Bar, Progress.Circle, Progress.Pie];
const IMAGES = [
'http://www.savethecat.com/wp-content/uploads/2015/06/cats.jpg',
'http://media4.popsugar-assets.com/files/2014/08/08/878/n/1922507/caef16ec354ca23b_thumb_temp_cover_file32304521407524949.xxxlarge/i/Funny-Cat-GIFs.jpg',
'http://media1.santabanta.com/full1/Animals/Cats/cats-87a.jpg',
'http://awesomegifs.com/wp-content/uploads/cat-smacks-at-hands.gif',
];
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
image: {