aksonov / react-native-tabs

React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change View

kinhunt opened this issue · comments

Like the simplicity. I am new to react native.How to change the main content view (eg. ScrollView) with tab changes?

thank you.

You may use react-native-router-flux component to change main content view with Flux actions, check its demo or you could write simple 'container' which will display only one (selected) child from its children.