-
Notifications
You must be signed in to change notification settings - Fork 150
not able to receive addListener willFocus #277
Comments
+1 |
Could you please add the output of |
System JavaScript React Native Ignite Android iOS My Navigation looks like
this is my render
|
here my ignite doctor System arch x64 JavaScript React Native Ignite Android iOS My Navigation looks like
here my MainTabScreen like
here my package.json: "react-navigation": "3.9.1", |
+1 |
Fixed? |
I have found out there is a solution for those listeners |
@king804 @lalithnarayan @odraude7 @m1r4s This should be already fixed in #273 |
+1 |
infinitered/ignite-andross#277 moaazsidat/react-native-qrcode-scanner#161 moaazsidat/react-native-qrcode-scanner#177 moaazsidat/react-native-qrcode-scanner#136 react-native-camera/react-native-camera#1797 react-native-camera/react-native-camera#1686 react-native-camera/react-native-camera#1686 react-navigation/redux-helpers#87 react-navigation/redux-helpers#60 react-navigation/redux-helpers#53 https://www.youtube.com/watch?v=CnQ8N1KacJc Fixes #1326 The navigation actions were turned into ThunkActions and now directly call react-navigation's navigator.dispatch, which handles state internally Usages of the navigationActions were fixed Also QRcodeScanner was cleaned up a bit and hacked to properly re-enable the camera by re-rendering it (so it gets remounted). Now camera works again if you press back after scanning a QR code.
with react-navigation 3.0~3.9 also don't work
The text was updated successfully, but these errors were encountered: