How to add line breaks to text on React Native?
I want to create a comment component like this: The problem is I don't find a way to make the styling for the lorem ipusm text. I tried the next: <View {...props} style={[styles.main, props.style]}> <View style={{ display: "flex", flexDirection: "row"…