Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

React-Native: Should I use StyleProp or can i write it without StyleProp?

$
0
0

Normally, I write like this:

interface _props{  style?: TextStyle,}

But should I add StyleProp ?

interface _props{  style?: StyleProp<TextStyle>,}

If yes, why ?


Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>