Nguyen Bao Duy
Nguyen Bao Duy
Hi there, You mean iOS only, right? It is a feature and there are many dev wanted it to support Android. Btw, to fix that issue, you can use other...
In my case, I added this to `podfile` target to make sure react-native-vision-camera is linkage static: ``` static_frameworks = ['react-native-vision-camera'] pre_install do |installer| if static_frameworks.include?(pod.name) def pod.build_type Pod::BuildType.static_framework end end...
In my case, the `.gitignore` also cannot open in visual studio code. So I did this and the issue gone: - Remove the not openable `.gitignore` - Create a new...
Hi @xogus7 , Thank you for checking and confirming that my code is working. Regarding your question, from what you shared, I see that you are using `react [email protected]` `[email protected]`...
I'm replicated the issue right now. Have to rollback to 8.4.5 to fix it: ``` yarn add @react-native-community/[email protected] ```
Hi guys, I'm not sure if this will help, but in my case, I updated it because of Google's 16KB memory policy. I had to update to react-native 0.77.3 and...
Thanks @nedstar72 , it working! Here is the file in case someone need it [@react-native-community+blur+4.4.1.patch](https://github.com/user-attachments/files/24303680/%40react-native-community%2Bblur%2B4.4.1.patch)