mrousavy / react-native-blurhash

🖼️ A library to show colorful blurry placeholders while your content loads.
https://blurha.sh
MIT License
1.98k stars 70 forks source link

docs: use npx pod-install instead of manual pod install #97

Closed iamclaytonray closed 3 years ago

iamclaytonray commented 4 years ago

This command is a bit easier and helps developers stay in the root directory of the project 🙂

I could also update this to the following so it's a one-liner copy/paste situation

npm i react-native-blurhash && npx pod-install

Equivalent in yarn:

yarn add react-native-blurhash && yarn pod-install
mrousavy commented 3 years ago

Nice, thanks! 👍