Abhishek Sharma
Abhishek Sharma
are these unchanged this time? i was unsubbed for a month and mine are the same.
I attempted a minimal repro using expo: https://snack.expo.dev/9bPX3BMml , but it seems like everything is working fine through there. It's just my device (Pixel 3a) and my project where this...
> https://callstack.github.io/react-native-paper/theming.html > > > dark (boolean): whether this is a dark theme or a light theme. `dark` should already be set to false from the spread operator for `CombinedTheme`....
Weirdly enough, it behaves well on emulators. Seems to be acting up only when I run it on my device. For now I've fixed it by setting `trackColor` manually.
> Is there any way to create and save a key locally in order to use the encryption feature safely? @NilsBaumgartner1994 generate a key separately using [a key derivation function](https://en.wikipedia.org/wiki/Key_derivation_function#Password_hashing)...
> > This kinda defeats the purpose of secure mmkv if you are already using keychain, than you can just use keychain. I don't think it's a good idea to...
> Like in the mentioned issue, make sure that your android device doesn't [force the dark theme](https://androidwaves.com/force-android-apps-to-use-dark-mode/) option enabled. However, since it rare case, I'm closing the issue. popping in...