CDN Resources for react-native-vector-icons
Quick access to CDN links for the react-native-vector-icons package
CDN Resources for react-native-vector-icons
Various ways to access react-native-vector-icons via Content Delivery Networks
Package Installation
npm
npm install react-native-vector-iconsyarn
yarn add react-native-vector-iconspnpm
pnpm add react-native-vector-iconsCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/react-native-vector-icons"></script>Unpkg
<script src="https://unpkg.com/react-native-vector-icons"></script>jsDelivr ESM
<script type="module">
import reactnativevectoricons from 'https://cdn.jsdelivr.net/npm/react-native-vector-icons/+esm';
</script>Skypack
<script type="module">
import reactnativevectoricons from 'https://cdn.skypack.dev/react-native-vector-icons';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages