React Native Prevent Double Tap

后端 未结 10 540
醉梦人生
醉梦人生 2020-12-30 02:22

I have a TouchableHighlight wrapping a Text block that when tapped, opens a new scene (which I\'m using react-native-router-flux).
It\'s all wo

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-30 03:00

    If you are using react-navigation, you can supply a key property to navigate to ensure only one instance is ever added to the stack.

    via https://github.com/react-navigation/react-navigation/issues/271

提交回复
热议问题