e

fun e(context: ReactContext?, message: String)

Log an error level message tagged as React Native to the console and display in the app.

Parameters

context

The React context of the application use to display the error.

message

The message to log.


fun e(message: String)

Log an error level message tagged as React Native to the console. This error will not be shown in LogBox.

Parameters

message

The message to log.