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.
1 parent 2c5d2f6 commit e7d18e3Copy full SHA for e7d18e3
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