diff --git a/package.json b/package.json index 078a2d9..1de43ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-code-otp", - "version": "0.5.1", + "version": "1.1.0", "description": "react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/src/components/caret.tsx b/src/components/caret.tsx index ba2e482..7e07a11 100644 --- a/src/components/caret.tsx +++ b/src/components/caret.tsx @@ -19,7 +19,7 @@ export function Caret() { Animated.timing(opacity, { toValue: 0, duration: 500, - useNativeDriver: false, + useNativeDriver, }), Animated.timing(opacity, { toValue: 1,