Reactotron

#React Native

whck6

可用於觀察網路連線的資訊還可以印出自定義的日誌。

import Reactotron from "reactotron-react-js";

Reactotron.log("log");
Reactotron.warn("warn");
Reactotron.error("error");

// 印出物件
Reactotron.display({
  name: "ORANGE",
  preview: "Who?",
  value: "Orange you glad you don't know me in real life?",
  important: true,
});

https://github.com/infinitered/reactotron