Allow text as animated prop on AudioPlayer

This commit is contained in:
Diego Mello 2024-04-15 14:30:06 -03:00
parent 62e9b88910
commit 10e37223ff
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import styles from './styles';
import { useTheme } from '../../theme';
import { SEEK_HIT_SLOP, THUMB_SEEK_SIZE, ACTIVE_OFFSET_X, DEFAULT_TIME_LABEL } from './constants';
Animated.addWhitelistedNativeProps({ text: true });
const AnimatedTextInput = Animated.createAnimatedComponent(TextInput);
interface ISeek {