Having trouble with useState working with useEffect in React Native App
I'm having an issue having my state work with a toggle to switch between categories. As far as I understand it I should be using the useEffect hook to have the page re render dependent on conditions. My 'novelListSelection' variable…