Allow text as animated prop on AudioPlayer
This commit is contained in:
parent
62e9b88910
commit
10e37223ff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue