Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-trackjs

mikelambert45ISC0.1.2

react-native-trackjs ====================

react-native, react-component, react-native-component, react, mobile, ios, android, trackjs

readme

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});