I canβt explain why, but one of the fixes is the following:
var styles = StyleSheet.create({ container: { marginTop: 20, marginHorizontal: 1, borderRadius: 8, borderColor: 'black', borderStyle: 'solid', borderWidth: 1, }, scrollView: { height: 40, }, item: { backgroundColor: '#ddd', borderRadius: (5), padding: 5, margin: 5, } });
I tested this on an Android device using rn 0.26.0
source share