1.12.3 • Published 3 months ago

mazadat-image-slider v1.12.3

Weekly downloads
-
License
MAZADAT
Repository
github
Last release
3 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.3

3 months ago

1.12.2

3 months ago

1.12.1

3 months ago

1.12.0

5 months ago

1.11.0

5 months ago

1.10.0

7 months ago

1.9.0

8 months ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago