skip to Main Content

RCTView generated view config for validAttributes does not match native – React native

React Native application loads then crashes even though it was working a week ago. The error generated is: RCTView generated view config for validAttributes does not match native, missing: onPointerOut onTouchCancel onStartShouldSetResponder onTouchStart gap onStartShouldSetResponderCapture onMoveShouldSetResponderCapture columnGap onPointerLeaveCapture onTouchEnd accessibilityCollection…

VIEW QUESTION

React Native FlatList display

I'm using a flatlist with rowNumber={4} and I want to display some elements with a Width-max. But I got this result : As you can see some elements protrude on the left side. How can I make it fit automatically…

VIEW QUESTION
Back To Top
Search