Skip to content

Show log debug

1. Description

It will override React Native console(log, info, warning, error,..) to show on Mini app terminal.

2. Usage

Example

console.log('Test log')
console.warn('Test warn')
console.error('Test error')

Mini App Terminal:

terminal-log