import { init } from '@amplitude/analytics-react-native';
init(API_KEY, 'user@amplitude.com', {
  disableCookies: true, // Disables the use of browser cookies
});