This repository was archived by the owner on Nov 27, 2022. It is now read-only.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, can anyone help me to do it?
I want to render TabBarIndicator from
import { TabView, TabBarIndicator } from "react-native-tab-view";
inside custom tabbar.
The problem is
<TabBarIndicator {...props} />
also needs getTabWidth function.<TabBarIndicator {...props} getTabWidth={ () => {} } />
. But i don't understand what to do nowBeta Was this translation helpful? Give feedback.
All reactions