react-native-swipeout
react-native-swipeout copied to clipboard
openLeft/openRight not working
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
same issue here, I'm also on react-native 0.59.2
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.