Hi,
since v0.7.0-rc.2, I get the following error:
[error][tid:com.facebook.React.RCTNetworkingQueue][RCTNetworking.m:384]Receiveddatawasinvalid.
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.
Hi,
since v0.7.0-rc.2, I get the following error:
When trying to fetch() something as follows:
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.