Quick access to CDN links for the react-native-color-picker package
npm install react-native-color-pickeryarn add react-native-color-pickerpnpm add react-native-color-picker<script src="https://fastly.jsdelivr.net/npm/react-native-color-picker"></script><script src="https://unpkg.com/react-native-color-picker"></script><script type="module">
import reactnativecolorpicker from 'https://cdn.jsdelivr.net/npm/react-native-color-picker/+esm';
</script><script type="module">
import reactnativecolorpicker from 'https://cdn.skypack.dev/react-native-color-picker';
</script>