You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I known what you say. But when I tried to use 'Page', it does not seem to work well.
just like: render() { return ( <ScrollableTabView page={2} renderTabBar={() => <DefaultTabBar/>}> ... </ScrollableTabView> ); }
Activity
skv-headless commentedon Jun 23, 2016
It is an attempt to control visible tab by property. Better to use
ref.goTo(page)
like here https://gist.github.com/skv-headless/3a1391d3b52736e7367eb33c3bc1a52b. What do you want do to with it?hyvenzhu commentedon Jun 24, 2016
I known what you say. But when I tried to use 'Page', it does not seem to work well.
just like:
render() { return ( <ScrollableTabView page={2} renderTabBar={() => <DefaultTabBar/>}> ... </ScrollableTabView> ); }
skv-headless commentedon Jun 28, 2016
Don't use it. Why do you need this property?
hyvenzhu commentedon Jun 29, 2016
@skv-headless
What's mean 'Don't use it.', I am learning the prop, just confused
skv-headless commentedon Jun 29, 2016
It is a legacy I would like to remove it but someone might use it. Probably in next version I'll remove it.