root-two / react-native-drawer

React Native Drawer
MIT License
2.54k stars 390 forks source link

Unable to click links in drawer when capture gesture is true #311

Open vishnuc opened 7 years ago

vishnuc commented 7 years ago

I have following settings for drawer

captureGestures={true}
acceptPan = {true}
tapToClose  = {true}
type="displace"
content={<Sidebar  />}

I want all three following

clicking links on sidebar works whencaptureGestures={false} or 'closed', but Tap anywhere to close drawer is not working when I set this.