bereaksi variabel gaya asli
//you can use variables in the StyleSheet
const textColor = "white";
const font = 50;
const PresetStyle = StyleSheet.create({
headderText: {
color: textColor,
fontSize: font,
textAline: "center"
},
})
rumbo