Zachary Bagley

Results 23 comments of Zachary Bagley

@simon-hardy Quick question before I check through this, is AuthHttp able to handle https? Thanks in advance.

Being able to export a web-app version seems like it is a long term necessity, and should be started sooner than later. Doing this for TypeScript/Angular projects seems like it...

XMLHttpRequest simply doesn't work well with interceptors, and that is likely why this repo's `headers: { key: value }` exists when building your upload request. I use Authorization headers with...

Encountering the same il2cpp and RegisterMonoModules missing headers issue. Using 2019.N (tried on 3, 6, and 10) with RN 0.59.9. Downgrading below 2019 is not acceptable for our use case...

@igrir I personally have tried that with no luck. The libil2cpp library appears to be included as well: ![image](https://user-images.githubusercontent.com/25574978/62466047-fe6a6700-b755-11e9-8f90-1a8221bb91c8.png) So I'm just trying to figure out why it's using an...

@talyh Possibly relevant: https://github.com/f111fei/react-native-unity-view/issues/118#issuecomment-518304297 Unity reverted the OpenGLES2 settings change which resolved this issue and might be worth looking into.

With only 4 PRs ever (and only 1 merged), along with the state of this project not working for 6 months on the current release of Unity (2019.1) for iOS...

@ambewas For Android we also had to update our build.gradle as it missed packages. Another member on our team did the integration but also mentioned a couple other settings that...

@ambewas After nearly a full week of exploring AR using this library, and being unable to reach any level of compatibility for iOS, we're likely going to abandon exploring this...

@ambewas Maybe it has to do with RN 0.60, or 2019.1.N 🤷‍♂ . I ended up including the library with more missing symbol problems, but didn't put much more time...