Preview:
import { identify, Identify } from '@amplitude/analytics-react-native';

const identifyObj = new Identify();

//Set user properties
identify0bj.set('age', 25);
identify0bj.set('gender', 'female')

// Add user properties
identifyObj.add('level', 1);
identifyObj.add('points', 100);

//Send user properties to Amplitude
identify(identifyObj);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter