Wouter Florijn
Wouter Florijn
From the [docs on v6](https://mcodex.dev/react-native-sensitive-info/docs/#v6x): > This version uses by default keystore to encrypt/decrypt data on Android. This should mean that using the keystore branch is no longer necessary. The...
There's currently a security vulnerability in the lodash dependency. See https://github.com/lodash/lodash/pull/4336.
Correct me if I'm wrong, but as far as I can tell there's no expiration time set on metrics stored in redis. Would it be possible to add this as...
So my logic to handle the API context and keep it up-to-date is as follows: ```php public static function loadApiContext() { $filePath = BUNQ_API_CONTEXT_PATH; if (!static::validateExistingContext($filePath)) { $apiContext = ApiContext::createForPsd2(...
### Description defaultProps as function ignores variant ### CodeSandbox/Snack link Not relevant - app only ### Steps to reproduce When customizing the theme, add: ```ts extendTheme({ components: { Text: {...
Currently, use of this package is inconsistent. In most cases (for example in the `via` method), the channel needs to be `MessagebirdChannel::class`. However, when routing an anonymous notification, the channel...