ericvicenti/navigation-rfc

NavigationCard doesn't allow custom styles

Open

#54 创建于 2016年3月18日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人) (44 fork)github user discovery
help wanted

仓库指标

Star
 (440 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南