ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.94k stars 2.28k forks source link

Tinder Like Tab Bar #352

Closed snsoft221 closed 8 years ago

snsoft221 commented 8 years ago

Hello I am developing a tinder-style app using React native now. I have swiper-cards page, settings page, chating page like Tinder, and want to navigate through these pages by swipe. Is it possible to implement this using this component? If so, please let me know how

Thanks

skv-headless commented 8 years ago

I don't use tinder. Could you make gif how navigation works there?

snsoft221 commented 8 years ago

tinder This looks like navigation bar. But I think I think we can implement this using your tab-bar component

skv-headless commented 8 years ago

Cool. You can write https://github.com/skv-headless/react-native-scrollable-tab-view#injecting-a-custom-tab-bar and Animated. When you finish feel free to create PR. I would like to have such tab bar available with react-native-scrollable-tab-view

ChauVV commented 5 years ago

You can try this https://github.com/ChauVV/React-Native-Tinder-Tabbar demo