All Projects → xiewang → react-native-elastic-image-slider

xiewang / react-native-elastic-image-slider

Licence: other
react-native-elastic-image-slider

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-elastic-image-slider

thremulation-station
Small-scale threat emulation and detection range built on Elastic and Atomic Redteam.
Stars: ✭ 28 (+55.56%)
Mutual labels:  elastic
hermes.cr
Datamapper like Crystal ORM and adapter for Elasticsearch
Stars: ✭ 36 (+100%)
Mutual labels:  elastic
next-eui-starter
Start building Kibana protoypes quickly with the Next.js EUI Starter
Stars: ✭ 74 (+311.11%)
Mutual labels:  elastic
CutAndDisplace
Boundary Element MATLAB code. Modelling faults and deformation
Stars: ✭ 40 (+122.22%)
Mutual labels:  elastic
yabr.os
Чтение скобочного формата файлов 1С (oscript)
Stars: ✭ 33 (+83.33%)
Mutual labels:  elastic
cloudwatchmetricbeat
A beat for AWS CloudWatch Metrics. Located in NYC? We are hiring: https://www.narmi.com/careers/
Stars: ✭ 17 (-5.56%)
Mutual labels:  elastic
app-search-python
Elastic App Search Official Python Client
Stars: ✭ 34 (+88.89%)
Mutual labels:  elastic
elastalert-tutorial
Get started with Elastalert from Yelp
Stars: ✭ 27 (+50%)
Mutual labels:  elastic
area3d vis
3D Graph Visualization for Kibana 5
Stars: ✭ 28 (+55.56%)
Mutual labels:  elastic
WaveProp in MATLAB
Single-file implementations of 2D and 3D acoustic and elastic wave propagation in time domain using finite-differences(FDTD). Simple formulation and implementation
Stars: ✭ 39 (+116.67%)
Mutual labels:  elastic
awesome-elastic-stack
Awesome Elastic Stack
Stars: ✭ 29 (+61.11%)
Mutual labels:  elastic
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+222.22%)
Mutual labels:  elastic
elastic-apm-laravel
Laravel APM agent for Elastic v2 intake API
Stars: ✭ 64 (+255.56%)
Mutual labels:  elastic
enterprise-search-php
Elastic Enterprise Search Official PHP Client
Stars: ✭ 20 (+11.11%)
Mutual labels:  elastic
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-11.11%)
Mutual labels:  imageslider
elastic-apm-mule3-agent
Elastic APM agent for Mule 3.x
Stars: ✭ 18 (+0%)
Mutual labels:  elastic
bridgx
BridgX is an Open Source Cloud-Native infrastructure engine aimed to split and manage Hybrid-Cloud&Multi-Cloud computing power, schedule and scale Containers.
Stars: ✭ 204 (+1033.33%)
Mutual labels:  elastic
kafkabeat
Elastic Beat for fetching events from Kafka
Stars: ✭ 23 (+27.78%)
Mutual labels:  elastic
swiftype-wordpress
Elastic Site Search (Swiftype) Wordpress Plugin for full-text search
Stars: ✭ 26 (+44.44%)
Mutual labels:  elastic
elasticsearch plugin
Nodeos plugin for archiving blockchain data into Elasticsearch.
Stars: ✭ 57 (+216.67%)
Mutual labels:  elastic

react-native-elastic-image-slider

react native elastic image slider component

emoticons

Install

npm install react-native-elastic-image-slider

Usage

UI Component

  • step 1

    Import the component package.

     import ImageSlider from 'react-native-elastic-image-slider';
  • step 2

    Write the component code in the proper place of your page render.

      let images = [
             {
                 width: 150,
                 height: 180,
                 uri: 'http://chuantu.biz/t5/152/1501134247x2890173753.jpg'
             },
             {
                 width: 200,
                 height: 320,
                 uri: 'http://chuantu.biz/t5/152/1501135055x3394041611.jpg'
             },
             {
                 width: 200,
                 height: 160,
                 uri: 'http://chuantu.biz/t5/152/1501134194x2890173753.jpg'
             }
         ];
     <View style={{marginTop: 0,width:width}}>
                     <ImageSlide
                         images={images}
                         initialPosition={0}
                         />
      </View>

props

Prop Type Description Required Default
images array the images to slide Yes None
initialPosition number initial one of all images to show No 0
style style custom style No None

Thanks

Inspired by react-native-image-slider

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].