Oh, my bad I thought about your questions and even commented out the `if(__DEV__)` thing and the whole ReactotronConfig.js file, and still the app crashes. Sorry I misunderstood your question when ...
For me, the build always succeeds just when it tries to run the app it crashes. This is how I import the config in my App.js:
```
async componentDidMount() {
if (__DEV__) {
import...
Hey I have the same problem and downgrading to 5.1.8 didn't work (I was in 5.1.9 I didn't tried 5.1.10 yet tho). I do not get any error on metro only this in XCode:
```
10.3.0 - [FirebasePerforma...
> Hey folks, we ran into [a CI issue on Ignite](https://app.circleci.com/pipelines/github/infinitered/ignite/3716/workflows/9e6cdca8-a26b-4d41-a341-168fddb06e90/jobs/4473), which means we might be ...
No @frankcalise I didnt mean I had added it as dependency. It has always been added as a dev dependency only.
Sorry about the confusion.
Have tried to run the release build with upgraded version ...
@jerinjohnk Are you saying that you've added it as a dependency (not dev dependency) in the past and that is what failing?
Also, feel free to provide a formatted list of dependencies/dev depende...
I have been trying to reproduce it in a minimal repo with reactotron added as a dev dependency but have been unable to reproduce the same error in that build successfully.
@BozhidarKabzamalov I had the same problem and the mock above wasn't enough to fix it, I guess because `createEnhancer` is a `reactotron-redux` funciton but called on `reactotron` config. I wasn't ...