Stian W Instebø
Stian W Instebø
I'm having the same problem, any solution ?
Any status on release for this?
> Tests are failing, I'll try to fix the tests this weekend Thanks, i did a PR as well (with test failing, what a surprise haha), with a bit more...
Anyone able to solve this? Setting the options did not solve it for me. Edit: Solved by setting the following: ``` Navigation.setDefaultOptions({ bottomTabs: { borderWidth: undefined, } }) ``` Before...
I just ran a test on RN 0.72.4 and didnt have any issues. Did you install the pods and so on?
> Thanks for the responses. I am on an expo managed app so didn't have a firebase.json file... > > I tried adding a firebase.json to the root of the...
> > According to the docs setAPNS needs to be called, > > I don't believe this statement is true? The docs _should_ say (and I think they say?) that...
> Yes, as you quote, I quote the important bit: > > > See documentation for setAPNSToken if you are using getToken in testing or have disabled FCM Swizzling >...
Yeah, but how do we actually check for the token? That's what we are asking about. How can we adjust the code? We've followed the docs step by step, and...
> So, perhaps you want to make sure you have permissions from the user, that you register for remote notifications, _and_ that getAPNSToken returns a token (any token, value doesn't...