Change bottom tab navigator color with blocks?

I am trying to make a dark mode for my app but it seems I am unable to change the color of the bottom tab navigator using blocks, is there any way around this?

create your own navigator. color it however you want

1 Like

@mikaydengutierrez33v I too earlier was looking for a solution to change bg. colour of a navigator, TopTab in my case, but turns out React Native (language which Thunkable is based upon) itself doesn’t have dynamically changing color properties. Therefore colors / some other properties of navigators can’t be changed from blocks.

As @jared suggested to you here (and in my linked post if you open it), custom one using rows/cols. seems your only option. That’s what I went with too. Thanks!

Oh that makes sense, thanks for the reply. I’ll just make a custom one. Thanks!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.