ReactotronConfig.js (
6
lines of code) (
raw
):
import Reactotron, {networking, asyncStorage} from 'reactotron-react-native'; Reactotron.configure() .useReactNative() .use(networking()) .use(asyncStorage()) .connect();