Normally, I write like this:
interface _props{ style?: TextStyle,}
But should I add StyleProp ?
interface _props{ style?: StyleProp<TextStyle>,}
If yes, why ?
Normally, I write like this:
interface _props{ style?: TextStyle,}
But should I add StyleProp ?
interface _props{ style?: StyleProp<TextStyle>,}
If yes, why ?