CDN Resources for %40react-native

Quick access to CDN links for the %40react-native package

CDN Resources for %40react-native
Various ways to access %40react-native via Content Delivery Networks

Package Installation

npm
npm install %40react-native
yarn
yarn add %40react-native
pnpm
pnpm add %40react-native

CDN Links

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