Skip to content

Commit

Permalink
Removed transparent background to remove warning aksonov#448
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Rebonato committed Apr 7, 2016
1 parent d466110 commit 000992f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DefaultRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export default class DefaultRenderer extends Component {
direction={props.scene.navigationState.direction || "horizontal"}
panHandlers={props.scene.navigationState.panHandlers }
renderScene={this._renderScene}
style={{backgroundColor:"transparent"}}
/>
);
}
Expand Down

0 comments on commit 000992f

Please sign in to comment.