Color themes
React native by default exposes auseColorScheme
hook that you can use to get the current color scheme of the device. This works correctly out of the box on whop react native apps too!.
While we are still building our UI kit, you can use the following useColors
hook as inspiration to build your own dynamic color scheme:
Usage
use-colors.ts