react-native-logcat
v1.0.0
Published
Android logcat support for React Native
Maintainers
Readme
react-native-logcat
Android logcat support for React Native
Installation
npm install react-native-logcatWhen using on iOS, it will fallback to NSLog. On other platforms, it will fallback to console.log.
Usage
Check Android documentation for details.
import * as Log from 'react-native-logcat';
// ...
Log.d("TAG", "message")License
MIT
Made with create-react-native-library
