Closed colinwong closed 1 year ago
Just wondering why style= does not accept a stylesheet but rather I have to do a StyleSheet.flatten() for it? It seems counter-intuitive to the way the rest of React-native components work. Thanks.
style=
StyleSheet.flatten()
Just wondering why
style=
does not accept a stylesheet but rather I have to do aStyleSheet.flatten()
for it? It seems counter-intuitive to the way the rest of React-native components work. Thanks.