Questions tagged [reactotron]

21 questions
0
votes
1 answer

Error reactotron createStore is not function

I have a sample code use this packages: reactotron-react-native reactotron-redux reactotron-redux-saga file index.js ... import "./ReactotronConfig"; ... const createAppropriateStore = __DEV__ ? console.tron.createStore : createStore; const store…
Hai Truong IT
  • 4,126
  • 13
  • 55
  • 102
0
votes
1 answer

Reactotron core client causing Jenkins build fail?

I do not have a lot of experience with Jenkins, could someone assist me in what to look for inside this error message regarding what failed about this build? 08:47:43 Started by upstream project "Build/Build Mac Component" build number 3703 08:47:43…
Daniel
  • 14,004
  • 16
  • 96
  • 156
0
votes
1 answer

React Native: _reactotronReactNative2.default.createStore is not a function

In my React Native application, I could not get Reactotron working, meaning it would not connect to my app. The application did have "reactotron-react-native": "1.14.0", "reactotron-redux": "1.13.0", and I upgraded to "reactotron-react-native":…
Daniel
  • 14,004
  • 16
  • 96
  • 156
0
votes
1 answer

React Native, cloned repo has Reactotron code and now I would like to use it but no connection

So I cloned a React Native app from Github and noticed this package called Reactotron, what is that I wondered? I looked it up, it's like Redux DevTools, why not avail myself of its capabilities? I downloaded Reactotron UI for Mac and I have…
Daniel
  • 14,004
  • 16
  • 96
  • 156
0
votes
1 answer

How to implement redux persist with redux saga?

Right now I'm trying to integrate redux persist to my redux-saga in react native. I'm already trying some code in CreateStore. My app can run, but the reducer always reset after reloading the app. This is my code // CreateStore.js import {…
Endy Santoso
  • 591
  • 7
  • 21
0
votes
1 answer

Reacotron's displaying actions before sagas

I just downloaded Reactotron, but found a pretty strange error(?). To be able to understand it I will describe my process flow: 1.) App is starting 2.) I dispatch a ON_START_APP 3.) I will takeEvery ON_START_APP in a saga 4.) ON_START_APP will put…
Istvan Orban
  • 1,607
  • 3
  • 18
  • 34
1
2