I'm trying to use selectedTextColor with my tabs, however it seems that it does not work on android for some reason.
BottomTabs navigator with selectedTextColor. it should work on both platforms
only works on ios.

please let me know if a repro is necessary here, I can provide on if needed.
after some investigation, it does work with Navigation.setDefaultOptions, so I guess that's probably enough.
@a-eid But does it work via static options or mergeOptions?
@danilobuerger hey, it does work with Navigation.setDefaultOptions, it didn't work when defining the colors on the individual bottomTab when defining the stack.
but it seem to be working now for some reason, I was in the testing phase sorry ( usually I include all the details needed .), I'll reopen with all the needed details if I face this again.