Type Alias ViewSwitcherProps
ViewSwitcherProps: { onIndexChange?: (index: number) => void; sceneData: { [key: string]: { icon: TabBarIcon; Scene: () => React.JSX.Element; title: string; }; };} Type declaration
OptionalonIndexChange?: (index: number) => void
sceneData: {
[key: string]: {
icon: TabBarIcon;
Scene: () => React.JSX.Element;
title: string;
};
}