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: {
flex: 1,
top: "15%",
alignItems: "center",
backgroundColor: "#fff"
},
titleStyle: {
fontSize: normalizeText(24),
fontWeight: "700",
paddingBottom: 36
}
});