There was an error while loading. Please reload this page.
1 parent bf571bb commit 1a7fd5eCopy full SHA for 1a7fd5e
src/Notification.js
@@ -88,13 +88,15 @@ class Notification extends Component {
88
Animated.timing(this.state.animatedValue, {
89
toValue: 1,
90
duration: this.props.openCloseDuration,
91
+ useNativeDriver: true,
92
}).start(done);
93
}
94
95
closeNotification(done) {
96
97
toValue: 0,
98
99
100
101
102
0 commit comments