Sign In

react-native-loop-scrollable-tab-view

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-loop-scrollable-tab-view

react-native loop loopable tab scrollable scrollable-tab view 循环滑动,无限滑动

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Scrollable Tab View Loopable

inspired by react-native-loop-scrollable-tab-view

可循环滑动的tab view 控件。

start

  npm install react-native-loop-scrollable-tab-view

<LoopScrollTabView
    renderTabBar={() => <TabBar />}
    >
    {data.map((item, index) => (
        <CategoryView
        key={item.id}
        actions={actions}
        index={index}
        navigation={navigation}
        selectedId={selectedId}
        subCategories={item.sub_category}
        tabLabel={item.name}
        />
    ))}
    </LoopScrollTabView>

Keywords

react-native

FAQs

Package last updated on 30 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts