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