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 d572524 commit 675bfbbCopy full SHA for 675bfbb
1 file changed
src/components/MagicCodeInput.tsx
@@ -1,6 +1,6 @@
1
import type {ForwardedRef, KeyboardEvent} from 'react';
2
import React, {forwardRef, useEffect, useImperativeHandle, useRef, useState} from 'react';
3
-import type {NativeSyntheticEvent, TextInputFocusEventData, TextInputKeyPressEventData, TextInput as RNTextInput} from 'react-native';
+import type {NativeSyntheticEvent, TextInput as RNTextInput, TextInputFocusEventData, TextInputKeyPressEventData} from 'react-native';
4
import {StyleSheet, View} from 'react-native';
5
import {Gesture, GestureDetector} from 'react-native-gesture-handler';
6
import Animated, {useAnimatedStyle, useSharedValue, withDelay, withRepeat, withSequence, withTiming} from 'react-native-reanimated';
0 commit comments