I have an app in react native that has a react native dropdown and based on the dropdown value, words get loaded as per the page number in the dropdown. Also the screen has a column in the bottom tabs navigations with 2 columns that load the words as per the selected page number in the dropdown and the selected columns assuming we have two columns per page. I store both the page number of dropdown and column in the redux state but when I click the 2nd column it resets the dropdown to show select page but it should show the selected page number stored in redux. It works fine for one column but not for both.
The repo is at the below github url.
https://github.com/IbnManzoor/TMUMobile