JimTeva
JimTeva
Can you provide your code where there is CookieManager.get(....)?
I just updated to 3.6 and it works now.
Thanks to @AireshBhat I solved it in Android but needed first to import the package. In `android/app/src/main/java/{your_project_name}/MainApplication.java` ``` import com.cmcewen.blurview.BlurViewPackage; //
@TheWirv, @xaiamov What is in v0.2.0 that you cannot find in v0.1.10?
@TheWirv Have you removed the old version? ``` yarn remove @react-native-community/masked-view ``` And fix all imports to ``` import MaskedView from '@react-native-masked-view/masked-view'; ```
Refresh with InifiniteHits seems not to work
My only workaround was to clear cache of inifiniteHits manually using searchClient.clearCache()
For others who are looking for a similar library, just found this one https://github.com/hhunaid/react-native-image-crop-tools
_onCancel AND _onSubmitEditing both trigger _onChangeText, it creates so much troubles 😔. I spent days troubleshooting this. A quick fix: add a local variable (not from state) that is a...
Is there any tutorial somewhere to install expo with react native navigation in react native 0.72+?