root-two / react-native-drawer

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

Event Handlers not working #360

Open munduu opened 6 years ago

munduu commented 6 years ago

calback not works,

onOpen={ ()=> console.log('cap')} onOpenStart ={ ()=> console.log('cap')} onClose ={ ()=> console.log('cap')} onCloseStart ={ ()=> console.log('cap')}

I give nothing