gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.64k stars 344 forks source link

docs: Update Expo installation instruction #536

Open amandeepmittal opened 1 month ago

amandeepmittal commented 1 month ago

Hi there 👋 ,

I noticed that the installation instructions for the Expo were outdated, and this PR updated them using the preferred npx expo install ....

With the current set of supported SDKs, the expo install command referees to the global CLI which is now deprecated and removed. The new Expo CLI which is packaged inside the any Expo project created uses npx expo install ... command to install the library.

Thanks!