dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 645 forks source link

openLeft/openRight not working #329

Open bviebahn opened 5 years ago

bviebahn commented 5 years ago

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

matt-wright86 commented 5 years ago

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

bviebahn commented 5 years ago

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.