update example`s react-naitve version to 0.31.0

This commit is contained in:
Horcrux
2016-08-19 16:02:05 +08:00
parent 63ad060e49
commit c9a64c44fc
14 changed files with 83 additions and 70 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