native_convex_CRM/ReactotronConfig.js
2026-07-16 11:56:16 +05:30

5 lines
214 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!