mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 11:16:42 +00:00
clean up unused code
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ class SvgExample extends Component {
|
||||
this.state.scale.setValue(0);
|
||||
Animated.spring(this.state.scale, {
|
||||
toValue: 1,
|
||||
useNativeDriver: true
|
||||
useNativeDriver: false
|
||||
}).start();
|
||||
|
||||
this.setState({
|
||||
|
||||
Reference in New Issue
Block a user