sg-delivery-partner/ReactotronConfig.js

6 lines
215 B
JavaScript

import Reactotron from 'reactotron-react-native';
Reactotron.configure() // controls connection & communication settings
.useReactNative() // add all built-in react native plugins
.connect(); // let's connect!