Bug tracking pour React Native
Feedback visuel pour Expo et React Native CLI. Bridge JSI pour capture native instantanée, sans bloquer le thread JS.
$ npm i @snaplogs/react-native
DocumentationJSI Bridge
Capture native sans délai.
Support Expo
Expo Go et custom clients.
Navigation
Intégration React Navigation.
Intégration en 3 minutes
1
Installez
npm i @snaplogs/react-native2
Pods (CLI)
npx pod-install3
Init App.tsx
import SnapLogs from '@snaplogs/react-native';
SnapLogs.init({ apiKey: 'KEY' });