0.1.1 • Published 8 months ago

simple-react-native-infinite-tab-pager v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

simple-react-native-infinite-tab-pager

easy impllementation of infinite tab pager

Installation

npm install simple-react-native-infinite-tab-pager

Usage

import { InfinitescrollTabView } from 'simple-react-native-infinite-tab-pager';

// ...
<InfinitescrollTabView
  contents={[
    { tabTitle: '1' },
    { tabTitle: '2' },
    { tabTitle: '3' },
    { tabTitle: '4' },
  ]}
>
  <Text key={1}>1</Text>
  <Text key={2}>2</Text>
  <Text key={3}>3</Text>
  <Text key={4}>4</Text>
</InfinitescrollTabView>;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.1

8 months ago

0.1.0

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago