react-native-adaptive-image

## Getting started

Usage no npm install needed!

<script type="module">
  import reactNativeAdaptiveImage from 'https://cdn.skypack.dev/react-native-adaptive-image';
</script>

README

react-native-adaptive-image

Getting started

$ npm install react-native-adaptive-image --save

Usage

import AdaptedImage from 'react-native-adaptive-image';

<AdaptedImage url={url} maxWidth={maxWidth} />