remove unnecessary comments

This commit is contained in:
Horcrux
2016-08-24 11:59:17 +08:00
parent e0dd7e3688
commit 69a94d0fc3
2 changed files with 1 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ class SvgExample extends Component {
<Animated.Modal
visible={this.state.modal}
style={[styles.modal, {
//transform: [{scale: this.state.scale}]
transform: [{scale: this.state.scale}]
}]}
>
<ScrollView