
react-swipeable-views
A React component for swipeable views. Get Started. react-swipeable-views v0.13.8. Getting Started; Component Demos; Component API
Usage - react-swipeable-views
We have two different implementations of the react-swipeable-views API. import React from 'react' ; import { StyleSheet , Text , View , } from 'react-native' ; import SwipeableViews from 'react-swipeable-views-native' ; // There is another version using …
Demos - react-swipeable-views
react-swipeable-views v0.13.8. Getting Started; Component Demos; Component API; Contents. Simple; Tabs; Scroll; Animate height; Resistance; Nested; Auto play; Virtualize; Axis; Keyboard; Hocs; ... With nested swipeable-view component. This is component is very large so we can test how a native scroll container is handled. slide n°1. nested ...
Installation - react-swipeable-views
react-swipeable-views-native: native implementations of the <SwipeableViews /> component. react-swipeable-views-utils : Higher order Components providing additional functionalities like virtualize() .
API - react-swipeable-views
This is the config used to disable lazy loading, if true it will render all the views in first rendering. enableMouseEvents: bool: false: browser: If true, it will enable mouse events. This will allow the user to perform the relevant swipe actions with a mouse. hysteresis: float: 0.6: all: Configure hysteresis between slides.
Example Projects - react-swipeable-views
Example Projects. Are you looking for an example project to get started? We host some example projects which you can find in the GitHub repository under the /examples folder:. Create React App
Supported platforms - react-swipeable-views
Learn about the platforms, from modern to old, that are supported by react-swipeable-views. The API is as consistent as possible between the three platforms so the same component can be used independently on where it's running.