-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Hi,
since v0.7.0-rc.2, I get the following error:
[error][tid:com.facebook.React.RCTNetworkingQueue][RCTNetworking.m:384] Received data was invalid.
When trying to fetch() something as follows:
fetch('https://ssl.google-analytics.com/collect', {
method: 'post',
body: hit.toQueryString()
});
This code was working in prior versions of RN. The return from google seems to be an empty gif (1x1px).
P.S. this is from react-native-google-analytics.
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.