aleqsio
aleqsio
@amandeepmittal Since it's a rewrite and not a fix we'll backport to prev SDKs it should only be changed in unversioned afaik.
@lukmccall After a chat with @tsapeta we decided to add getters for both `persistentFilesDirectory` and `cacheDirectory` to `AppContext` and make that the default way of accessing these values. We still...
@Jpunt you can use this patch file to install the patch without needing to keep the branch updated. remember to rerun pod install :) https://gist.github.com/aleqsio/b1cb8bd24f34ed697e21b0f28a1efe68 – put this file into...
Now I'm looping over all application targets to add references – didn't really test it too much, but it seems pretty self-contained. Generating the file and adding to one application...
I think most of these issues should be fixed by releasing new bundled mocks for SDK50 – PR is open.
yeah, I saw that 😞 – investigating why the mock-generator broke for those or if those even are native modules that are still included is a bit of a larger...
@kotadd This package should be automocked by `jest-expo` reading `packages/expo-crypto/mocks/ExpoCrypto.ts` – seems like a different issue, so if you can provide a minimal repro happy to take a look there.
@rodneyrehm Were you able to fix the jest tests or migrate to sdk51 successfully?
@sbrighiu I know 😅 It's 40+gb :) Maybe you can try to patch-package and just copy the js file over?
I see that some tests are failing – let me take a look.