Should expo install cmd for Expo usage
See original GitHub issueAs per Expo docs, it demands that the library should be installed using expo install react-native-svg
command.
Currently, the docs state that with Expo, this library is pre-installed.
Can I submit a PR to amend the docs?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Installation - Expo Documentation
You can use Expo CLI without installation by leveraging npx — a Node.js package runner. For example, to see a list of available...
Read more >Expo CLI - Expo Documentation
Install and update packages that work with the version of react-native in your project: npx expo install package-name . npx expo can be...
Read more >Installing Expo modules
To install and use Expo modules, the easiest way to get up and running is with the install-expo-modules command. Terminal. Copy. # Install...
Read more >Using libraries - Expo Documentation
The npx expo install command will pick a version of the library that is compatible with your project and then use your JavaScript...
Read more >Installation in React Native and bare projects
If you created your project with npx react-native init and do not have any other Expo packages installed, you'd need to install Expo...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I guess expo install chooses a compatible version / way of bundling it. A pr would be very welcome!
🎉 This issue has been resolved in version 9.13.0 🎉
The release is available on:
Your semantic-release bot 📦🚀