import { StyleSheet } from 'react-native';
import sharedStyles from '../Styles';
export default StyleSheet.create({
list: {
flex: 1
},
dropdownContainer: {
width: '100%',
position: 'absolute',
top: 0,
borderBottomWidth: StyleSheet.hairlineWidth
backdrop: {
...StyleSheet.absoluteFillObject
wrapCannedItem: {
minHeight: 117,
maxHeight: 141,
padding: 16
cannedRow: {
flexDirection: 'row',
height: 36
cannedWrapShortcutScope: {
cannedShortcut: {
flex: 1,
fontSize: 14,
paddingTop: 0,
paddingBottom: 0,
...sharedStyles.textMedium
cannedScope: {
fontSize: 12,
...sharedStyles.textRegular
cannedText: {
marginTop: 8,
cannedTagContainer: {
overflow: 'hidden'
cannedTagWrap: {
borderRadius: 4,
marginRight: 4,
height: 16
cannedTag: {
paddingHorizontal: 4,
cannedUseButton: {
height: 28,
width: 56,
marginLeft: 8
}
});