tweak touchable

This commit is contained in:
Reinaldo Neto 2023-10-23 17:48:45 -03:00
parent b1e0e1211c
commit 174ca9107b
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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,