wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.59k stars 717 forks source link

fix(TabBar): Fixing warning from TabBar defaultProps deprecated #3191

Closed sn-cuong closed 4 months ago

sn-cuong commented 4 months ago

Description

TabBar using deprecated defaultProps. Seeing warning in projects:

Warning: TabController.TabBar: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

Changelog

Additional info

https://github.com/wix/react-native-ui-lib/issues/3154

sn-cuong commented 4 months ago

@adids1221 / @M-i-k-e-l / @Inbal-Tish please take a look!

sn-cuong commented 4 months ago

This PR is a duplicate of https://github.com/wix/react-native-ui-lib/pull/3155 for visibilty...

adids1221 commented 4 months ago

Closing the PR since it's duplication of #3155