Skip to content

snapchat like swipe ui for react native (with native rendering)

License

Notifications You must be signed in to change notification settings

elbstack/react-native-screenpager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenPager component for react-native

Installation

npm install react-native-screenpager and install the peerDependencies listed in package.json

Usage

import ScreenPager from 'react-native-screenpager';

<ScreenPager>
  <YourViewA />
  <YourViewB />
</ScreenPager>

Docs

There are no docs yet. The current implementation consists of about 160 lines of code. Have a look at it and the proptypes. More will follow.

The slides from the talk about building the ScreenPager are in the docs directory.

About

snapchat like swipe ui for react native (with native rendering)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published