Trying to disable video when navigating away from the page

前端 未结 0 551
一生所求
一生所求 2021-01-29 06:01

I have following code and I think unloadSync() is causing an error:

useFocusEffect(
    React.useCallback(() => {
      ShowVideo(true);

      return () =>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题