1.12.6 • Published 11 months ago

mazadat-image-slider v1.12.6

Weekly downloads
-
License
MAZADAT
Repository
-
Last release
11 months ago

mazadat-image-slider

image slider component

Installation

npm install mazadat-image-slider

Usage

import { ImageSliderView } from "mazadat-image-slider";

// ...
const onItemSelected = event => {
    console.log(event.nativeEvent['data']);
};

<ImageSliderView 
        onChange={onItemSelected}
        data={['image1Url,image2Url,image3Url']}
        color="#000000"
        style={styles.box} />

#Features
* pinch to zoom
* double click to zoom in/out by 2x
* the scroll is disabled when zooming in

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MAZADAT


Made with create-react-native-library

1.12.6

11 months ago

1.12.5

11 months ago

1.12.4

11 months ago

1.12.3

1 year ago

1.12.2

1 year ago

1.12.1

1 year ago

1.12.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago