react-native-ui-lib
react-native-ui-lib copied to clipboard
Components defaultProps migrate to default parameters
Description
React will stop support defaultProps in feature major release warning.
Migrate defaultProps to parameter props for: Dash, DialogDismissibleView, Icon, Picker, StackAggregator.
Related React docs link
Changelog
Functional component defaultProps migrate to parameter props.
Additional info
Related issue #3285
@ethanshar Iv'e checked that on the private repo all the test are passed no ts errors.