ericvicenti/navigation-rfc

NavigationCard doesn't allow custom styles

Open

#54 ouverte le 18 mars 2016

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés) (44 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (440 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur