It appeared that for such cases we need to mock the reactotron-react-native package. So to solve it just put a __mocks__ folder into your root folder and add there file with the same name as package. So for this case it will be 'reactotron-react-native.js'. This file should mock all functions from the package. For me helped next one:
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.
@efficientbugElectron apps packaging is stupid. Electron can generate complete package (.pkg.tar.xz) for pacman to install, but it's really annoying to use this mechanism in PKGBUILD (build and package by Electron, extract and let makepkg package it again).The only problem with current approach is naming: it should be reactotron-bin. But as a -bin package it's pretty natural to be placed in /opt.Moreover package provides usr/share/applications/reactotron-app.desktop for desktop launchers
7c6cff6d22