React Native integration
Before you start
Peer dependencies and install
npm install @amplytools/react-native-amply-sdkiOS: run pod install
cd ios
pod install
cd ..Android: autolinking is automatic
Initialize once, early
Custom property value types
Re-init on Fast Refresh / JS reload
Listening to system events
Option 1: the hook (good for debug UI)
Option 2: the raw listener (good for production)
Receiving campaign deeplinks
Tracking events and identifying the user
Tearing down all listeners
Log level
Related
Last updated