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.93k stars 2.28k forks source link

Tab's component state doesn't persist if comeback to same tab from another tab. #1129

Open tusharthinksys opened 3 years ago

tusharthinksys commented 3 years ago

Please let me solution. For example if we have two tabs and if we switch to second tab then again switch to first tab then first tab component render again from starting. Is there any props so that I can pass and can persist tabs states during switching. Please provide the solution it would be very helpful.

Thanks