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.
2 parents 2c5d2f6 + c86db55 commit 57c8f55Copy full SHA for 57c8f55
src/components/caret.tsx
@@ -19,7 +19,7 @@ export function Caret() {
19
Animated.timing(opacity, {
20
toValue: 0,
21
duration: 500,
22
- useNativeDriver: false,
+ useNativeDriver,
23
}),
24
25
toValue: 1,
0 commit comments