Rastislav Kostrab
Rastislav Kostrab
Hi, how to achieve unselect operation in autocomplete? I've already tried to implement custom autocomplete where I am calling`field.onChange(null)` which sets form-value correctly but the textinput value keeps showing the...
### What were you trying to do? On Android... 1. I want to show camera screen with `torch='on'` 2. Then I want to navigate (using react-navigation) from camera screen to...
### What's happening? This is similar issue as this https://github.com/mrousavy/react-native-vision-camera/issues/1938 but on Android platform. It seem it just turn off autofocus on Android. In V2 it is working well! ###...
**Describe the bug** I am using mmkv for redux persist. I am initalizing it like this: `const storage = new MMKVLoader().withEncryption().initialize();` ...and this causes app crash. I see this in...