React-Native text get's vertically cut off for no reason
问题 I have an interesting bug that is happening to my text. For some reason text is randomly getting cut off like so: const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'flex-start', backgroundColor: "#ecf0f1", width:"100%", paddingTop:"5%" }, itemContainer: { backgroundColor:"#fff", margin:"5%", marginTop: 0, borderRadius:5, width: "90%" }, itemHeaderContainer: { padding:15, borderColor: "#E4E2E9", borderBottomWidth: 1 }, itemHeaderText: { height:'auto