Gage Vander Clay

Results 10 comments of Gage Vander Clay

If it helps we are also seeing this issue on our project. We are using "Montserrat" like @jarrisoncano and seeing the same issue.

I think this PR is no longer necessary! With the addition of `react-native setup-ios-permissions` in version [3.7.0](https://github.com/zoontek/react-native-permissions/releases/tag/3.7.0) of react-native-permissions, the Podfile does not need to be modified. We have successfully...

Our team is also facing this issue. I noticed that the issue only occurs when I try to select multiple ProRAW images from my image gallery. If I select multiple...

@hg-pyun Can this issue be closed? I tested this on 2.7.1 and I now have no type issues!

@simenflatby, I've tested with axios 1.6.7 and axios-logger 2.7.1 and am no longer encountering the issue. If there's a specific need to ensure compatibility with axios version 1.3.0, the problem...

@simenflatby Upon revisiting your code, I realized the problem arises when the `axiosRequestConfig` is being passed through a wrapping function before being used with `requestLogger`. To resolve the TypeScript error...

@simenflatby, I also want to add that if the use of a wrapper function for the `axiosRequestConfig` is necessary for your use case, you can prevent build errors by using...

@simenflatby Glad I could help!

This is still occurring on v1.11.0 with expo 51 and realm 12.

Hello! I just made a PR to `expo/config-plugins` with a config plugin that should allow you to use this library in Expo! https://github.com/expo/config-plugins/pull/228 I made the PR there since there...