пиксель примерно ?
все элементы View
Продебаж через borderWidht
вроде не бордер вот код <View style={{ width: 100, maxWidth: 100, flexDirection: 'row', justifyContent: 'center', }}> <View style={{ width: 25, height: 50, borderWidth: 0, marginHorizontal: 0, paddingHorizontal: 0, borderColor: 'red', backgroundColor: 'white', }} /> <View style={{ width: 50, height: 50, borderWidth: 0, marginHorizontal: 0, paddingHorizontal: 0, borderColor: 'red', backgroundColor: 'white', }} /> <View style={{ width: 25, height: 50, borderWidth: 0, marginHorizontal: 0, paddingHorizontal: 0, borderColor: 'red', backgroundColor: '#fff', }} /> </View>
первый элемент 24.8 хотя я указал в стилях 25 второй 50.3 хотя должен быть 50 встречал такое?
Обсуждают сегодня