help wanted
Repository metrics
- Stars
- (440 stars)
- PR merge metrics
- (PR metrics pending)
Description
The NavigationCard doesn't allow custom style. I'm trying to have a transparent background for my navigation but I can't pass any style to do that
<Animated.View
{...panHandlers}
style={[styles.main, animatedStyle]}>
{this.props.renderScene(sceneProps)}
</Animated.View>
So I can't pass own style to NavigationCard