Our React Native package is available on NPM. New releases of the LogRocket Native SDKs are catalogued on our Mobile SDK Changelog.
expo install @logrocket/react-native
And then edit your app.json
(or app.config.js
) to include our SDK in the plugins list:
{
"expo": {
// ... your existing configuration
"plugins": ["@logrocket/react-native"]
}
}