Merge pull request #31 from gustavo-em/button_opacity

Resolving problem which trash button appear when portal was clicked
This commit is contained in:
Tiago Jacobs 2022-04-18 17:05:57 -03:00 committed by GitHub
commit 7c7a9919df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,9 @@ export const WrapperList = styled.FlatList`
border-radius: 10px;
`
export const WrapperItemListText = styled.TouchableOpacity`
export const WrapperItemListText = styled.TouchableOpacity.attrs(props=>({
activeOpacity: 1
}))`
width: 300px;
padding: 5px;