Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import RNFetchBlob from 'react-native-fetch-blob';
import * as Progress from 'react-native-progress';
// components
import {Icon} from '@ui/';
import {Alert} from '@ui/alerts/';
// consts
import {AppSizes, AppStyles} from '@theme/';
// utils
import {backgroundValueCalculation} from '@lib/util';
const AnimatedImage = Animated.createAnimatedComponent(ImageBackground);
const DefaultIndicator = Progress.Circle;
const LAYOUT_ENUM = {
X: 'x',
Y: 'y'
};
const BACKGROUND_VALUES = {
MAX: 100,
MIN: 0
};
const DOUBLE_TAP_MILISECONDS = 200;
const styles = StyleSheet.create({
background: {
position: 'absolute',
{wallsJSON.map((wallpaper, index) => {
return(
);
})}