Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
indicatorStyle: {backgroundColor: 'white'},
style: {
borderTopColor: 'transparent',
borderTopWidth: 0,
elevation: 0,
backgroundColor: '#061',
},
},
},
navigationOptions: {
title: 'My Group 1',
},
},
);
export default withCollapsibleForTab(TopTabNavigator, {
iOSCollapsedColor: '#032',
});
}}
/>
);
};
const collapsibleParams = {
collapsibleComponent: GroupImageHeader,
collapsibleBackgroundStyle: {
height: 200,
backgroundColor: '#061',
disableFadeoutInnerComponent: true,
},
};
export default withCollapsibleForTab(TopTabNavigator, collapsibleParams);