CDN Resources for react-native-drawer-layout-polyfill

Quick access to CDN links for the react-native-drawer-layout-polyfill package

CDN Resources for react-native-drawer-layout-polyfill
Various ways to access react-native-drawer-layout-polyfill via Content Delivery Networks

Package Installation

npm
npm install react-native-drawer-layout-polyfill
yarn
yarn add react-native-drawer-layout-polyfill
pnpm
pnpm add react-native-drawer-layout-polyfill

CDN Links

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