Dynamic switching of themes in React Native App: The funky way with hooks! 👌
In February I posted an article with example of how to switch React Native Paper themes dynamically via the recently introduced Context API.
Today, I will try to rewrite the example with the latest big thing in React world - React Hooks! I'm so excited about this addition since writing