Search code examples
javascriptreact-nativenavigationreact-native-router-flux

React-native-router-flux prevent multiple taps


I'm using react-native-router-flux and I'm facing an issue, when I click on a Button multiple times, It navigates to the same screen multiple times, how can I prevent multiple taps?


Solution

  • Solution here : Scene render multiple times

    You really should start using React Native Navigation instead of Router Flux