Same for us - everything works except the subscriptions in the timeline tab - the State are correctly updating in the State tab - not sure what we did wrong in the setup (we use redux connect api /...
### Describe the bug
I came across this tool as an alternative to Flipper. I am using the below packages.
```
"reactotron-react-native": "^5.1.6",
"reactotron-redux": "^3.1.9",
```
```
...
So this was _probably_ a very short lived issue 😅. I [found this](https://github.com/infinitered/reactotron/issues/1170#issuecomment-570531991) and gave it a whirl by doing something along the line...
### Describe the bug
Hello all,
I'm running into an issue with `reactotron-react-native` that has me pretty befuddled.
> TypeError: a.reduxStore.subscribe is not a function. (In 'a.reduxS...
### Describe the bug
Hello all,
I'm running into an issue with `reactotron-react-native` that has me pretty befuddled.
> TypeError: a.reduxStore.subscribe is not a function. (In 'a.reduxSto...
### Describe the bug
i have a simple react native app:
i have on this config `reactotron-config.js:`
```
import AsyncStorage from '@react-native-async-storage/async-storage';
import Reactotr...
## Please verify the following:
- [ ] `yarn build-and-test:local` passes
- [ ] I have added tests for any new features, if relevant
- [ ] `README.md` (or relevant documentation) has been updated...