Mathias Eriksson

Results 7 comments of Mathias Eriksson

Yess, both fine and coarse are in the manifest. At first we only want to access coarse location and when needed convert it to fine location

I also have this issue in Expo and needed the app out asap so i did a workaround. In my case i could download the pdf and store it in...

Not sure if it helps you or someone else, but in my case i had to lint ignore the android and ios folders. Added this to my `.eslintignore` file ```...

I created a PR with a solution to this. Have also tested it in my project. You can see the PR here https://github.com/acacode/swagger-typescript-api/pull/538 And my code example from above would...

> Same issue (not using expo though) - fixed by adding the following line to createAdditionalReactPackages (or possibly getPackages) method of MainApplication.java > `packages.add(new RCTImageSequencePackage());` I think this would be...

Okay so i think i've figured this one out, for android that is. as @paddavis said, you need to add `packages.add(new RCTImageSequencePackage());` to the MainApplication.java this of course needs an...

Bump, would love to have a fix for this temporary or not. Currently spinning up a whole separate node api just to be able to make https agent requests.