Questions tagged [reactotron]
21 questions
4
votes
0 answers
Does Babel eliminate ternary operator condition via Dead Code Elimination?
I'm working with React Native and I'm using a dependency (Reactotron) that is used only on debug builds and should not exist on release builds. While reading through the docs, I found out about dead code elimination on Babel.
let foo = baz;
if…

Thahzan
- 975
- 2
- 9
- 23
4
votes
2 answers
Reactotron giving "SKIPPED" for response of network calls
I was using Reactotron version 1 for logging my network response in my react native app, everything was working fine, recently i changed my Reactotron version to version 2.1.2, and after that i started getting skipped in my response tab in…

Rajat Beck
- 1,523
- 1
- 14
- 29
4
votes
6 answers
No connection reactotron / react-native
I try to debug an application with Reactotron in a (IOS) React Native project but there is "No Activity" when I run my application.
I work with react-native 0.55.4, reactotron 2.1.0 (same in my package.json)
TimeLine Reactotron
My…

J.dev
- 844
- 3
- 12
- 22
4
votes
1 answer
Background task for reading accelerometer data
I have a React Native application and I am reading accelerometer data each 20ms using the react-native-sensor-manager package.
I start the listener and log it into Reactotron each time it reads data, each…

Tortxu13
- 107
- 2
- 9
3
votes
1 answer
Cannot subscribe react-redux state in reactotron on ubuntu
I want to add reactotron to my react-redux app - I'm using rematch redux plugin. Redux works correct and I can also connect to reactotron desktop app,
but I can not subscribe any state. When I want to subscribe it nothing happen.
There is only…

Marcin46
- 120
- 10
3
votes
1 answer
Mocking Reactotron for Jest
I have set up Reactotron with almost default configuration:
import Reactotron from 'reactotron-react-native';
import { reactotronRedux } from 'reactotron-redux';
const reactotron = Reactotron
.configure()
.useReactNative()
…

Gregory Yanushkovskiy
- 213
- 2
- 24
2
votes
1 answer
How to use reactotron-redux with easy-peasy?
/* eslint-disable import/no-cycle */
import {action, createStore} from 'easy-peasy';
import reactotron from 'reactotron-react-native';
import {applyMiddleware, compose} from 'redux';
import drawerModal from '../models/drawerModal';
let…

Rajesh N
- 6,198
- 2
- 47
- 58
1
vote
0 answers
How to test a react app using reactotron on a physical iOS device?
I'm a QA tester and i'm currently testing a react mobile app, using reactotron among other tools.
The thing is I can't make it work with a physical iOS device. I had no problem using it with a virtual android device.
For reference I'm using a…

Mariano Garcia
- 11
- 1
1
vote
0 answers
Reactotron is crashing with white blank screen while debugging
Reactotron works normally after application launching on simulator but after few moments it turns suddenly to blank white screen ( nothing changed in env. setup or configurations)

Ahmed Wahba
- 96
- 1
- 7
1
vote
1 answer
Mac (M1 Monterey) cant open application Reactotron using dmg install
After downloading Reactotron (v2.17.1), I am getting a Mac error The application "Reactotron" can't be opened.

Ian
- 1,746
- 1
- 15
- 28
1
vote
0 answers
Debugging in expo : physical device
I would like to debug my networks request in Expo.
I'm using Reactotron : it works on my ios emulator but I got nothing on my physical device :
I'm using expo on an android and a tunnel expo connection.
Here is my config in my App.js :
import…

A. Ecrubit
- 561
- 6
- 20
1
vote
1 answer
Execution failed for task ':app:bundleDevReleaseJsAndAssets'
When I run my Jenkins build for my React Native project it fails with the following errors:
Unable to resolve module `reactotron-core-client` from `/Users/nfib/Jenkins/Jenkins-Workspaces/ENGA/ENGAL/node_modules/reactotron-redux/dist/index.js`:…

Daniel
- 14,004
- 16
- 96
- 156
0
votes
1 answer
React Native 0.68.2 application running issues
I am stuck with running my application using React Native version 0.68.2.
Suddenly, the application stopped responding to the JavaScript code changes (hot reload) - I've checked and the option is "on". Also, the console logs are not visible anymore…

Vladimir Greenberg
- 11
- 1
- 5
0
votes
2 answers
undefined is not an object evaluating console.tron.createSagaMonitor
I'm trying to connect to api in react native and I'm using Redux and reactotron to monitor. He is returning this error to me below, I have already updated the libraries and so far I cannot identify the error.
import { persistStore } from…

RoktSe
- 419
- 1
- 4
- 22
0
votes
1 answer
Reactotron doesn't work with NextJS because of SSR
I'm configuring the redux store for my NextJS application and i usually use the Reactotron library to inspect the store. But, NextJS is server side rendering and if i import the configuration in the app file, it gives an error window is not…

Laura Beatris
- 1,782
- 7
- 29
- 49