Alex Gritton

Results 6 comments of Alex Gritton

I'm also struggling with this. Whenever I return an observable I get this error. The method setNativeSource() expects UIImage instance. I've simplified the transform method to this to try and...

I worked around this a different way. Since I know the only other plugin I'm using that registers the ios.delegate is firebase, In the index.ios file I added this check....

I have a PR that has deep links and deferred deep links working in my app. We track installations using those.

Yes it's working in our app that has been upgraded to NS 7.

For the "|" separator issue, we are creating a custom button, which overrides the Froala "|" divider. To do this we register a Froala command with the same name "|"....

@moscoso 's solution worked perfectly. I did have to reload vscode for it to work though.