No Single Element Style Arrays are allowed
June 29, 2019 ยท View on GitHub
These cause unnecessary re-renders as each time the array's identity changes.
Rule Details
The following pattern is not allowed:
<View style={[{height: 10}]} />
June 29, 2019 ยท View on GitHub
These cause unnecessary re-renders as each time the array's identity changes.
The following pattern is not allowed:
<View style={[{height: 10}]} />