1.0.3 • Published 5 years ago

rn-log-ios v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago