ericvicenti/navigation-rfc

NavigationCard doesn't allow custom styles

Open

#54 opened on Mar 18, 2016

View on GitHub
 (5 comments) (0 reactions) (0 assignees) (44 forks)github user discovery
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

Contributor guide