在本机中取消组件卸载

时间:2016-06-22 21:31:10

标签: react-native

我有一个本机应用程序,我想提示用户保存表单,如果他们点击后退按钮。我正在考虑使用componentWillUnmount函数,如果他们确认他们想要保存他们的信息,则将其重定向。如何将它们重定向到视图或是否有另一种方法来实现这个

  componentWillUnmount(){
    //check if user has updated the form and ask if they really want to leave
  }

1 个答案:

答案 0 :(得分:0)

使用BackAndroid

在侦听器中返回true以避免应用程序返回