satya164 / react-native-tab-view

A cross-platform Tab View component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collapsible Header

KrisLau opened this issue · comments

commented

Description

I'm hoping to be able to do something like this: https://github.com/zyslife/react-native-head-tab-view or like what this guy describes: software-mansion/react-native-gesture-handler#492 (comment). It's really hard to implement this manually since the nested scroll view in the tab view seems to conflict with PanGestureHandler

Alternatives

Inspirations & examples

Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).

Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.

Couldn't find version numbers for the following packages in the issue:

  • react-native
  • react-native-tab-view
  • react-native-pager-view

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

commented

Also if you need more maintainers @satya164, would you be open to maybe opening an issue to recruit and officially add maintainers? There are a couple issues here where people are offering to maintain the library plus once that issue is open I would also be able to submit this repo to https://github.com/pickhardt/maintainers-wanted

@KrisLau I've added my comment on the PR (#1079). Hopefully we can merge this feature soon 👍🏻

commented

@okwasniewski Thank you!

After consulting this with @satya164 we decided that we want to keep the library as small as possible (and easy to maintain) so I'm closing this issue.