Skip to content

Commit 57c8f55

Browse files
authored
Merge pull request #21 from johelder/dev
dev->main
2 parents 2c5d2f6 + c86db55 commit 57c8f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/caret.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function Caret() {
1919
Animated.timing(opacity, {
2020
toValue: 0,
2121
duration: 500,
22-
useNativeDriver: false,
22+
useNativeDriver,
2323
}),
2424
Animated.timing(opacity, {
2525
toValue: 1,

0 commit comments

Comments
 (0)