Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
;
const styles = StyleSheet.create({
container: {
width: width,
height: height,
backgroundColor: '#E0E0E0',
alignItems: 'center',
justifyContent: 'center',
},
box: {
width: moderateScale(300),
height: verticalScale(450),
padding: scale(10),
backgroundColor: 'white',
borderRadius: 10,
shadowColor: 'black',
shadowOpacity: 0.5,
shadowRadius: 3,
shadowOffset: {
height: 0,
width: 0
},
elevation: 2
},
title: {
fontSize: moderateScale(20, 0.4),
fontWeight: 'bold',
marginBottom: scale(10),