Skip to content

This is a CLI package to watch react-native ios log for xcode 10

Notifications You must be signed in to change notification settings

Sadathossain/rn-log-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

This is a CLI package to watch react-native ios log for xcode 10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published