Merge pull request #31 from gustavo-em/button_opacity
Resolving problem which trash button appear when portal was clicked
This commit is contained in:
commit
7c7a9919df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user