Manos Chorianopoulos
Manos Chorianopoulos
Fix this issue by disabling hermes-engine in your podfile. Steps: 1. Delete pods and cache `arch -x86_64 pod deintegrate && arch -x86_64 pod cache clean --all` 2. Add to podfile...
Fix this issue by disabling hermes-engine in your podfile. Steps: 1. Delete pods and cache `arch -x86_64 pod deintegrate && arch -x86_64 pod cache clean --all` 2. Add to podfile...
Before deleting rn-fetch-blob, you need to search for other package dependencies, otherwise it will be deleted from package.json file but not from node_modules folder. 1. Press npm list --depth=2 at...