diff --git a/app/containers/AudioPlayer/PlayButton.tsx b/app/containers/AudioPlayer/PlayButton.tsx index 07e262299..f74645776 100644 --- a/app/containers/AudioPlayer/PlayButton.tsx +++ b/app/containers/AudioPlayer/PlayButton.tsx @@ -1,6 +1,6 @@ import React from 'react'; +import Touchable from 'react-native-platform-touchable'; -import Touchable from '../message/Touchable'; import { CustomIcon } from '../CustomIcon'; import { useTheme } from '../../theme'; import styles from './styles'; diff --git a/app/containers/AudioPlayer/PlaybackSpeed.tsx b/app/containers/AudioPlayer/PlaybackSpeed.tsx index 2b9651a36..b3cc254b2 100644 --- a/app/containers/AudioPlayer/PlaybackSpeed.tsx +++ b/app/containers/AudioPlayer/PlaybackSpeed.tsx @@ -1,9 +1,9 @@ import React from 'react'; import { Text } from 'react-native'; +import Touchable from 'react-native-platform-touchable'; import styles from './styles'; import { useTheme } from '../../theme'; -import Touchable from '../message/Touchable'; const PlaybackSpeed = ({ onChange,