react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Components defaultProps migrate to default parameters

Open adids1221 opened this issue 1 year ago • 1 comments

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

adids1221 avatar Oct 14 '24 14:10 adids1221

@ethanshar Iv'e checked that on the private repo all the test are passed no ts errors.

adids1221 avatar Oct 21 '24 07:10 adids1221