Thomas Negrault
Thomas Negrault
Thank you for your solution @chmielot. For anyone looking to reproduce this behaviour here is what I added to the previous code (use of OAuth2Base + string in $scope annotation...
I thought I got it to work with @keithhackbarth code but now I have the same issue as @kovkev. "There is no completion handler with notification id" I just want...
I set it up with the last version and this part work for me, when the app is in background/foreground and I click the notification, onNotification is triggered !
It seems some people in this thread have the issue after updating from an old version of this library to the last one, and that’s what causing the issue. In...
Thanks a lot @lowell-list-cambia it's working fine with your code !
I have an error: > [2020-04-01 12:26:53] php.CRITICAL: Uncaught Error: Call to a member function waitForLoad() on null {"exception":"[object] (Error(code: 0): Call to a member function waitForLoad() on null at...
No it does not. I have the version 0.0.24 and when I pass the prop `manuallyActivateRows={true}` to my list, the renderRow props are: - key - data - disabled -...
After compiling the script myself the view grid works and I find a little workaround for the Snap To Grid, I replaced all `curConfig.gridSnapping` by `window.curConfig.gridSnapping` in the file `Method-Draw/editor/src/svgcanvas.js`...
See #47
Same error with ``` "react-native-camera": "^3.23.1", "react-native-permissions": "^2.1.4", "react-native-qrcode-scanner": "^1.4.0", ``` My app have the Camera permission, I use it for an image picker. I followed the example and I...