Sameer Ather
Sameer Ather
Seems like issue with Xiaomi Phones. I am also facing this error in Xiaomi Redmi Note 10S.
If you are experiencing issues with Expo vector icons not rendering after deployment, you may need to add some additional configuration to your project. Firstly, make sure that you have...
Try clearing the cache of the application by typing ```expo r -c```. It can also be a possibility that your application is not bundled correctly. Also Check that the vector...
i'd suggest changing to the following code in the your app.json: ```"assetBundlePatterns": [ "**/*" ]"```
Then it is maybe a bundling problem. Try changing your bundler and if that doesn't work, then i dont know what will