Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 690 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 690 Bytes

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-ios

For local installation

$ yarn add rn-log-ios
# or
$ npm install --save rn-log-ios

Usage

$ rn-log-ios <YourAppName>