This repository has been 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
-
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