Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed transparent background to remove warning #448
  • Loading branch information
Giacomo Rebonato committed Apr 7, 2016
commit 000992fb2dd00967e540af251079524aad64d42f
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