We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useNativeDriver
true
1 parent 1c6195c commit 9b38100Copy full SHA for 9b38100
lib/power-action-sheet.js
@@ -72,7 +72,7 @@ class PowerActionSheet extends Component {
72
{
73
toValue: 1,
74
duration: 250,
75
- useNativeDriver: false
+ useNativeDriver: true
76
}
77
).start();
78
};
@@ -85,7 +85,7 @@ class PowerActionSheet extends Component {
85
Animated.timing( this.state.overlayOpacity, {
86
toValue: 0,
87
duration: easeInEaseOut.duration,
88
89
} ).start( async () => {
90
await this._promiseState( { stage: Stage.closed, insets: null } );
91
await this._promiseState( { visible: false, result } );
0 commit comments