0.1.2 • Published 8 years ago

react-native-trackjs v0.1.2

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

react-native-trackjs

Reports javascript exceptions in React Native to the TrackJS server, by wrapping the trackjs js distribution.

Usage

To use, add this code to your index.ios.js and index.android.js (or some library included by both).

import trackjs from 'react-native-trackjs';
trackjs.init({token: myTrackJsToken});