Nick Morgan
Nick Morgan
@pke We ran into the same issue and even though running `yarn test --detectOpenHandles --no-cache` pointed to this library as the issue. We ran into it when we wanted to...
@frankcalise changes look fine. Do you have an easy way to test this? The only way I could think of doing it is to create a monorepo structure so that...
Been using `corepack` for yarn which is on a per project basis. 🤔 Guess I could install yarn 4 globally. Monorepo `yarn install` works. (There are other ignite complications, but...
@frankcalise I was able to replicate the issue above with the following steps: 1. Use `yarn 1.22.22` to Ignite a new project 2. @naoyamakino is using yarn 4.1.1 so let's...
You're welcome @naoyamakino 🙌 Happy coding! @frankcalise shall we close this as an expo issue or did we want to do `yarn` version detection?
@frankcalise Yes! That's the one I was thinking about! Yeah, we could do something similar for Yarn 2+.
@mrousavy it happens only when encryption is turned on. I pulled in the code from my repro project into the example application, but haven't had a chance to put it...
@ElonVolo Out of the box we support taking snapshots of the current store. Here's a screenshot of where this is inside of Reactotron: Even though we have a way for...
@alfilimonov does this happen for all API requests or just a specific one? What's the payload size and type returned by the API?
@markrickert I rebased this on top of `master`. One thing I noticed when I was working with it was that setting the `analyticsOptOut: "unknown"` causes the application to break. It...