react-native-swipeout icon indicating copy to clipboard operation
react-native-swipeout copied to clipboard

openLeft/openRight not working

Open bviebahn opened this issue 6 years ago • 2 comments

I need to show the right content manually but openRight is not working. Using react-native 0.59.2 https://codesandbox.io/embed/react-native-tn20w

bviebahn avatar May 24 '19 12:05 bviebahn

same issue here, I'm also on react-native 0.59.2

matt-wright86 avatar May 28 '19 01:05 matt-wright86

Oh I noticed it doesn't work if openRight is initially true. So openRight={true} doesn't work, but openRight={this.state.openRight} works if this.state.openRight is initially false and gets later set to true.

bviebahn avatar May 29 '19 09:05 bviebahn