Nathan

Results 15 comments of Nathan

For me it was me creating the wrong gitlab variables

I would love to know how to get rid of the 'XyzPlugin' isn't implemented on the web Error when using writing custom native code without browser support and in plain...

Can you'll list the Xposed modules you are using?

So when opening social-sharing/index.js it imports ```{ SocialSharing } from '@ionic-native/social-sharing' ``` When I change that import to ```{ SocialSharing } from '@ionic-native/social-sharing/ngx' ``` the tests pass. This is because...

Let me know if and when you have more info on that book :)

I can also confirm this for react-native-push-notification > I used the above snippets to fix getInitialNotification but I still wasn't seeing my onNotification and onNotificationOpened handlers firing with the splash...

Works for me in RN0.60 as well in RN0.61

I ran the code on my Windows PC giving my Android virtual and real device a working file, but when deployed via Play Store it didn't work. This finally made...

+1 for this issue! I'm having it in the dart client ever since I cloned the user_management_example project and have to sign in using the magic link every time.