Hello!
In React-Native mobile project we have this error :
Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack:
```
The package version is "@amplitude /analytics-react-native": "1.5.16",
Steps to Reproduce:
Upgrading from version ^1.4.13 to version 1.5.16
Tried the solution with init disableCookies: true, but nothing.
Can anyone help solve this problem?