You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @topheroes, thanks for reaching out!
We have found the root of the issue. This is because both RN and GIPHY SDK use Fresco with custom configs under the hood. But because the GIPHY SDK initializes after RN, we override the HTTP client in Fresco, which was installed by RN before.
We are exploring possible solutions and don't have more information now. We will let you know when there are more details.
Hi @topheroes
We have released a fix in v2.1.2. Please check it when you get a chance. If the problem still occurs, please reopen this issue or create a new one.
Hello,
@giphy/react-native-sdk changes the headers and makes it impossible to request images with headers. The following code snippet
Makes request with the following headers
So it's impossible to use Image.getSizeWithHeaders or FastImage with headers.
React native: 0.66.5
@giphy/react-native-sdk: 2.1.1
Android: 11
The text was updated successfully, but these errors were encountered: