expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

How to add swipe functionality in Tab Navigator? #460

Open pratikm23 opened 7 years ago

pratikm23 commented 7 years ago

Hi, I am using TabNavigator and would like to add the swipe left / right functionality to switch between the tabs. My Current code of tab Navigator class looks like this - Link

Havent found any documentation regarding the same. Would appreciate the help!

Thanks , Pratik