Skip to content

Commit cff02b6

Browse files
committed
Removed deprecated addWhitelistedNativeProps
1 parent 2b3e51a commit cff02b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/containers/AudioPlayer/Seek.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import styles from './styles';
1515
import { useTheme } from '../../theme';
1616
import { SEEK_HIT_SLOP, THUMB_SEEK_SIZE, ACTIVE_OFFSET_X, DEFAULT_TIME_LABEL } from './constants';
1717

18-
Animated.addWhitelistedNativeProps({ text: true });
1918
const AnimatedTextInput = Animated.createAnimatedComponent(TextInput);
2019

2120
interface ISeek {

0 commit comments

Comments
 (0)