hi guys!
i am using expo sdk 35 for my webview app and there is a fileupload part in my website its working perfectly for mobile in browser but when i try to upload a image in expo build app file is not opening i saw allowFileAccess option in expo document.
(https://docs.expo.io/versions/latest/react-native/view/#props) but i don’t know how to implement it can anyone please help me to setup allow file access for expo webview standalone app
https://snack.expo.io/HJO4yBRtB this is a web view i did on expo i need to access the file to change profile picture in my account page and this url is working fine in web browser only issue is its not browsing file in app please let me know how to access files with in app thank you