How to use React Hooks inside Class Component "useWindowDimensions" – React native
I am working on React Native app for which I have all the components are class based. Now I have to implement the screen rotation functionality that change the design according to screen rotation. I am trying to use the…