ui doesn't work well on Android?

Created on 13 Dec 2017  路  10Comments  路  Source: shoutem/ui

I follow these step

image

using React Native 0.51

image

Result I got

image

image

image

image

Question

is this my problem? am I doing anything wrong?

how to fix this?

Most helpful comment

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

All 10 comments

image

work well on iOS
image
image
image
image

Wait...Seem like I forgot "react-native link"

now it work
image
image
image

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

image
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)
image

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aessig picture aessig  路  6Comments

joshuamataaraya picture joshuamataaraya  路  7Comments

haikov picture haikov  路  4Comments

tdurand picture tdurand  路  8Comments

awnali picture awnali  路  4Comments