react-native-drawer-layout icon indicating copy to clipboard operation
react-native-drawer-layout copied to clipboard

Set opacity to 0 when fully hidden

Open brentvatne opened this issue 6 years ago • 0 comments

If you try out the drawer example on https://snack.expo.io/rkhC9onuG you'll notice that when you go back from it you can see the drawer. This is because it's translated out of view but when we translate the container that it lives in, we can see it again. Setting its opacity to 0 would resolve this issue.

brentvatne avatar Mar 06 '18 23:03 brentvatne