rn-log-ios
v1.0.3
Published
React native ios log output for Xcode 10
Downloads
6
Readme
RN-LOG-IOS
This repository contains a nodejs cli package to stream the ios simulator logs for react-native development environment.
Why I have written this?
As the new xcode has moved all logs to console app, react-native log-ios command can not stream all the logs produced by simulator. Besides I wanted to produce clean development logs without all the cluttering advice messages, similar to react-native log-android
Installation
For global installation
$ yarn global add rn-log-ios
# or
$ npm install -g rn-log-iosFor local installation
$ yarn add rn-log-ios
# or
$ npm install --save rn-log-iosUsage
$ rn-log-ios <YourAppName>