danielweinmann / react-native-stateless-form

Stateless form components for React Native
MIT License
105 stars 14 forks source link

Style prop accept Stylesheet? #15

Closed colinwong closed 1 year ago

colinwong commented 6 years 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.