Skip to content

Installation

Fenêtre de terminal
npm install @pionne/react-native
PackageWhy
expo-applicationApp version + bundle ID auto-detection
expo-deviceDevice model + OS version
expo-updatesRelease ID + channel
react-native-view-shotOptional screenshot of the crash
@react-native-async-storage/async-storagePersist breadcrumbs + offline queue
Fenêtre de terminal
npx expo install expo-application expo-device expo-updates react-native-view-shot @react-native-async-storage/async-storage

The Pionne mobile app is where you create projects and obtain tokens. Sign in, tap + New project, copy the pio_live_… token, paste it in your code:

import { Pionne } from '@pionne/react-native';
Pionne.init({
token: 'pio_live_xxx',
environment: __DEV__ ? 'development' : 'production',
});

That’s it — your next uncaught exception will appear in the dashboard.