Lauri Harpf

Results 11 comments of Lauri Harpf

> On "react-native-keychain": "^8.0.0", at the mo. Also seeing the `Could not decrypt data with alias:` error on 8.0.0. This issue and #430 might be related, #430 mentions ` Could...

> Considering patching react-native-keychain with https://www.npmjs.com/package/patch-package in our project by applying https://github.com/mattermost/mattermost-mobile/blob/master/patches/react-native-keychain%2B8.0.0.patch , which introduces a cache for the keychain. Patched. The `Could not decrypt data with alias` errors still...

Did some testing, but couldn't reproduce this 🤔 . ## Next-6.0 branch (commit 69c176a5f3af3b52bfcc12745c9daad77432d4ba) Couldn't reproduce the issue here with controls. At approx. 32 seconds pressed CMD+K to disable the...

Unfortunately I'm currently too busy with other projects for the time being to continue working with this, so unassigned myself.

Not using TypeORM either, so resolving this would help us out as well. Could still reproduce this with `type-graphql-dataloader` version `0.5.0`, our TypeScript is `"typescript": "^4.5.5"`. ``` lauriharpf@Lauris-MacBook-Pro projectdir %...

As a workaround, you might be able to customize the label by setting default props for the `Text` or `Animated.Text` component (depending on the preset you use) when your app...

Works now with `react-lazyload` 3.2.0, so this could be closed?

These warnings seem to have been introduced in version `3.4.0`, in this pull request: https://github.com/apollographql/apollo-client/pull/7813

> Workarounds: > > package json: > > ```json > "resolutions": { > "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0" > }, > > "scripts": { > "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook" > } > ```...