Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-log-ios

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-log-ios

React Native log iOS

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
increased by7.26%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Log iOS

npm license

React Native Log iOS logo

This standalone script replace the broken react-native log-ios.
It will watch the Mac OS X system log file and filter only the lines concerning your XCode project.
You will be able to see the console.log, console.warn and console.error outputs.

Installation

npm i -g react-native-log-ios

Usage

Important: You will need to provide the FacebookDisplayName to the command - in some cases it is different from the Xcode project name, or the bundle name. You will find this "FacebookDisplayName" in Info.plist.

react-native-log-ios <FacebookDisplayName>
react-native-log-ios --help

Result

Line format is the following: HH:mm:ss, <eventMessage>

12:02:33, Initializing <RCTCxxBridge: 0x6000037340f0> (parent: <RCTBridge: 0x600002335f80>, executor: (null))
12:02:33, Running application Foobar ({
    initialProps =     {
    };
    rootTag = 1;
})
12:02:33, Running application "Foobar" with appParams: {"rootTag":1,"initialProps":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
12:02:39, Hello world!

Versioning

React Native Log iOS uses SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Package last updated on 21 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc