Kyle Landell

Results 14 comments of Kyle Landell

Hello! Just wondering if there are any updates on this since the last comment in January. I'm thinking about migrating from Realm to Watermelon, but the current lack of encryption...

For what it's worth to the above conversation: Currently on Android I store the encryption key for Realm in Android's `EncryptedSharedPreferences` which is itself encrypted by a [MasterKey](https://developer.android.com/reference/kotlin/androidx/security/crypto/MasterKey) managed by...

It looks like a lot of methods are missing in your console log output. Did you use a version of this library before `1.10.0`? Can you try cleaning the build...

@macelai The purpose of wrapping the functions is so that it's impossible for the native function to be called if the permissions it relies on don't exist. If a developer...

This is happening to me too. I only noticed it after upgrading to iOS 16.

https://github.com/meliorence/react-native-snap-carousel/pull/678#issuecomment-937575203

It would be extraordinarily helpful if the AnimationObject interface were exported.

I'm getting this error too. The solutions here don't really solve the problem, but are instead workarounds to use an `AnimationObject` as the source instead of `{ uri: string }`....

Has anyone here found a workaround to this issue while still using a React.Element headerTitle?