https://github.com/infinitered/reactotron
インストール
brew cask install reactotron
CLIツール
npm install -g reactotron-cli
導入
configファイルに以下を追加
import Reactotron from 'reactotron-react-native' Reactotron .configure() // we can use plugins here -- more on this later .connect()
ログを吐かせたい場所で以下を追記
Reactotron.log('something')