1

I am using react-navigation 3.6.1 an react-native-camera 2.2.2. When I take a picture the button to go to the next screen takes doesn't do nothing at first press. Has to be pressed multiple times

This is for react native 0.59.4 in ios development. The same buttons for navigating on any other screen on the app works perfect

Carlos Yanes
  • 335
  • 5
  • 15

1 Answers1

0

You can just use a workaround : add the prop

   onPressIn=navigation.navigate()
Bored
  • 499
  • 4
  • 11