shoutem / ui

Customizable set of components for React Native applications
Other
4.91k stars 458 forks source link

NavigationBar #429

Open jagowm opened 5 years ago

jagowm commented 5 years ago

Hi! how i can put two buttons in the rightComponent of the NavigationBar and how i can put a badge in one of the button of the navigation bar?

Captura de pantalla 2019-03-25 a la(s) 22 23 13
kuzzmi commented 5 years ago

@GuillermoGuevara you can put two elements wrapped in <View /> in rightComponent prop.

jagowm commented 5 years ago

thank you so much, sorry for late answer!!