1.0.1 • Published 3 years ago

@aframson/react-native-image-card-slider-oberry v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-image-slider-oberry

A minimalistic Animated Image Slider

Build under the inspiration of product desgning

  • workflow Logo

  • workflow Logo

  • workflow Logo
  • workflow Logo

Features

Installation

npm i react-native-image-card-slider-oberry
npm i
yarn add react-native-image-card-slider-oberry
import OberryImageSlider from 'react-native-image-card-slider-oberry';

const images = [
	{
	image:'https://i2.wp.com/getrooms.co/wp-content/uploads/2020/07/victory-towers-hostel.png',
	desc: 'Silent Waters in the mountains in midst of Himilayas',
	},
	{
	image: 'https://storyv.com/wp-content/uploads/2020/07/lsrdn9p2ctbrxkpo4tfa.jpg',
	desc: 'Red fort in India New Delhi is a magnificient masterpeiece of humans',
	},
	{
	image: 'https://a.hwstatic.com/image/upload/f_auto,q_auto,t_80,c_fill,g_north/v1/propertyimages/4/4916/42.jpg',
	desc: 'Red fort in India New Delhi is a magnificient masterpeiece of humans',
	},
	{
	image: 'https://blog.getrooms.co/wp-content/uploads/2018/02/IMG_1419-49.jpg',
	desc: 'Red fort in India New Delhi is a magnificient masterpeiece of humans',
	},
	{
	image: 'https://storyv.com/wp-content/uploads/2020/07/lsrdn9p2ctbrxkpo4tfa.jpg',
	desc: 'Red fort in India New Delhi is a magnificient masterpeiece of humans',
	},
];



	return (
	<View>
     
        <OberryImageSlider images={images} 
        // descriptionStyle={{}} 
        />

	</View>
		);
Propdatatypekeys
imagesarray-of-objectsimage , desc
descriptionStyleobjectscss styles
widthstring or numberdefault = '95%'
BorderRadiusnumberdefault = 10

Development

Want to contribute? Great!

The Aim is to make a minimalistic way of viewing images

License

MIT

Free Software, Hell Yeah!