import React from 'react'; import PropTypes from 'prop-types'; import { View, Text } from 'react-native'; import Touchable from 'react-native-platform-touchable'; import { themes } from '../../constants/colors'; import Button from '../../containers/Button'; import I18n from '../../i18n'; import styles from './styles'; const CannedResponseItem = ({ theme, onPressDetail, shortcut, scope, onPressUse, text, tags }) => ( <> !{shortcut} {scope}