Installing the Freshpaint React Native SDK
Getting Started
npx expo install --save @freshpaint/freshpaint-react-nativenpm install --save @freshpaint/freshpaint-react-native
npm install --save @react-native-async-storage/async-storage
npx react-native link @react-native-async-storage/async-storage{
plugins: [
'add-react-displayname',
'./node_modules/@freshpaint/freshpaint-react-native/plugin.js',
],
...
}import Freshpaint from '@freshpaint/freshpaint-react-native';
Freshpaint.init('<your environment id>');How it Works
Capturing Screen Views
Deep Link Tracking
User Consent and Ad Tracking
Verifying your Instrumentation


Last updated
Was this helpful?