





is this my problem? am I doing anything wrong?
how to fix this?

work well on iOS




now it work



conclusion: problem fixed by running "react-native link"

it also may have something to do API version, I first use 27 (the last row)
then use 24 (the top row)
It's definitely the react-native link, because the icons are loaded as a font, so they need to be linked. Glad you figured it out!
@Vladimir-Vdovic Thanks!
shoutem/ui is very useful, Thanks for open source it and maintain it!
@Vladimir-Vdovic
by the way,
right now I am looking for way to build Tab at bottom, "TabNavigator" from 'react-navigation' work well on iOS, but not Android (the look is different)
I want both iOS and Android look like the left(Icon and Text)

any thought? I am beginner on RN, still learning
:D
if you don't have time answer this, I totally understand.
This is not related to the Shoutem UI toolkit, you're much better off asking this on the react-navigation repository.
But I believe this is intended, to match native implementations of tab bar navigation. You can see the same thing on example images like this one.
@Vladimir-Vdovic got it, Thanks!
Most helpful comment
conclusion: problem fixed by running "react-native link"