CDN Resources for react-native-tab-view

Quick access to CDN links for the react-native-tab-view package

CDN Resources for react-native-tab-view
Various ways to access react-native-tab-view via Content Delivery Networks

Package Installation

npm
npm install react-native-tab-view
yarn
yarn add react-native-tab-view
pnpm
pnpm add react-native-tab-view

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/react-native-tab-view"></script>
Unpkg
<script src="https://unpkg.com/react-native-tab-view"></script>
jsDelivr ESM
<script type="module">
  import reactnativetabview from 'https://cdn.jsdelivr.net/npm/react-native-tab-view/+esm';
</script>
Skypack
<script type="module">
  import reactnativetabview from 'https://cdn.skypack.dev/react-native-tab-view';
</script>