Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import Reactotron from 'reactotron-react-native';
  2.  
  3. if (__DEV__) {
  4. const tron = Reactotron.configure({ host: '<IP_ADRESS>' })
  5. .useReactNative()
  6. .connect();
  7.  
  8. console.tron = tron;
  9.  
  10. tron.clear();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement