labelStyle props not works in version 3.0.0, but worked correct in previous version
For Syntax Highlighting check this link
| software | version
| ---------------------------- | -------
| ios or android | both
| expo |
| react-native | 0.63.4
| react-native-tab-view | 3.0.0
| react-native-pager-view | 5.1.0
| node | 15.11.0
| npm or yarn |
Couldn't find version numbers for the following packages in the issue:
react-nativereact-native-tab-viewreact-native-pager-viewexpoCan you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
I used labelStyle for set label color, but now i see for it uses separate props activeColor and inactiveColor.
I replaced set color to these props. Problem resolved.
Thank you @lubomyr :) It worked for me...
Most helpful comment
I used labelStyle for set label color, but now i see for it uses separate props activeColor and inactiveColor.
I replaced set color to these props. Problem resolved.