我正在使用react-native-drawer,并且想要在抽屉关闭后立即触发一个函数。我们是否有事件,或者我是否应该setTimeout等待过渡?
发布于 2016-09-15 07:32:56
我会通过onClose的支持。参见here。
onClose
https://stackoverflow.com/questions/39501065
相似问题