0.1.1 • Published 7 years ago

react-native-screenpager v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.