npm install react-native-screenpager
and install the peerDependencies listed in package.json
import ScreenPager from 'react-native-screenpager';
<ScreenPager>
<YourViewA />
<YourViewB />
</ScreenPager>
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.