Abe Fehr
Abe Fehr
I've done a bit of digging and there seems to be a _lot_ of custom logic (and therefore additional complexity) to support "iojs". I might be being naive, but does...
I'm seeing this right now — there's minute differences around text rendering in React Native in CI and it's causing tests to fail but I don't see a way around...
That's going to be super challenging I think. My _guess_ is that it's caused by the sheer volume of JS files, since it loads hundreds of them just fine, but...
I'm really in favour of this idea, although only for the purpose of documentation generation. All the tools that generate documentation for React components only expect JSX files, but this...
A few custom rules I'd make if I could: - enforce that there's no `resolutions` field in a package.json file - enforce that a specific value is set in the...
I just managed to reproduce this, here would be the reproduction instructions: 1. Use this library in a production app on the App Store 2. Log into the app and...
In one of the reproductions the keychain _was_ synced via iCloud and this issue was still present unfortunately 🙁 so based on that it seems like using this library for...
But that would only resolve the issue for folks who choose to sync their keychain, right? On my iCloud for example, I have "iCloud Backup" set to "on" and "Keychain"...
What about verifying on app load that the key works with the store, and entirely deleting the store if it does not? That way there's not an unusable MMKV store
Or maybe [excluding encrypted MMKV stores from backup](https://developer.apple.com/documentation/foundation/urlresourcevalues/1780002-isexcludedfrombackup)