Josh J
Josh J
Wrong package guys, you want https://github.com/idehub/react-native-google-analytics-bridge
React native firebase has the analytics stuff now
@TheMightyPenguin did you open a PR in the end? :)
@davidkpiano submitted a PR :-)
Empty object error message typo: "Empty object given to Interface(), my be an object containing only valid type() objects"
Docs + error mismatch: Docs say any JS type is a valid argument for `type`, but if eg `'undefined'` is passed the following is shown in an error: "Must be...
When extending an interface with strict mode enabled, if the base interface encounters an unexpected property it fails to say which interface was violated, instead returning `undefined` ``` Warning: Unexpected...
The problem was we had exceeded the maximum cookie size without realising it. Our solution was to revert back to local storage to persist redux and to sync key data...
Yeah all works perfectly :) been in production for a few months now
@atbmatt sounds like you could be hitting the cookie size limit without knowing or you're using http only cookies?