📅  最后修改于: 2022-03-11 15:02:07.185000             🧑  作者: Mango
Example of Italic Text
const style = StyleSheet.create({
textAlign: 'center',
fontWeight: 'bold'
fontStyle: 'italic'
fontSize: 20,
});