We're gonna see how we can implement dark-light theming on any react native app, looking at an approach that can be very simple, and non intrusive.
For those familiar with appearance based theming, you likely seen/used implementations that rely on hooks, context etc. (useColorScheme etc)
The goal of this article is to show how we can do the same, differently, an unique approach levaraging the core PlatformColor and DynamicColorIOS API's!