satya164 / react-native-tab-view

A cross-platform Tab View component for React Native
MIT License
5.14k stars 1.07k forks source link

Collapsible Header #1375

Closed KrisLau closed 2 years ago

KrisLau commented 2 years ago

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: https://github.com/software-mansion/react-native-gesture-handler/issues/492#issuecomment-927353039. 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

github-actions[bot] commented 2 years ago

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.

github-actions[bot] commented 2 years ago

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

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

KrisLau commented 2 years ago

https://github.com/satya164/react-native-tab-view/pull/1079#issuecomment-815261996

KrisLau commented 2 years ago

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

okwasniewski commented 2 years ago

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

KrisLau commented 2 years ago

@okwasniewski Thank you!

okwasniewski commented 2 years ago

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.