reactotron-apisauce
Converts responses sent via apisauce into Reactotron.
Installing
npm i --save-dev reactotron-apisauce
Configuring
In the file that you create your Redux store, add these two imports at the top:
// in your reactotron config (where you setup Reactotron) add this as a plugin. // then plug it in when you configure Reactotron. Reactotron // <-- here we go!!! // meanwhile, in a different file, when you get a response back// from apisauce, pass it `Reactotron.apisauce(myAwesomeResponse)`Reactotron // Apisauce has a feature where you can attach a handler to watch// all requests/response flowing through your api. You can hook this up:api // or if you just wanted to track on 500'sapi // see https://github.com/skellock/apisauce for more details.