Getting “Cannot read property ‘pickAlgorithm’ of null” error in react native

The only thing that helped me was clearing cache:

npm cache clear --force

Leave a Comment