Initialize Amplitude SDK (API key, user ID and config)

PHOTO EMBED

Wed Feb 07 2024 17:53:37 GMT+0000 (Coordinated Universal Time)

Saved by @Gavslee

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