w

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

Log a warning 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 warning.

message

The message to log.