<View flex={1}> <Text style={style}>Example of Italic Text</Text> </View> const style = StyleSheet.create({ textAlign: 'center', fontWeight: 'bold' fontStyle: 'italic' fontSize: 20, });