nandorojo / zeego

Menus for React (Native) done right.
https://zeego.dev
MIT License
1.42k stars 41 forks source link

Add Dark Mode Docs #62

Closed michaelkremenetsky closed 3 weeks ago

michaelkremenetsky commented 9 months ago

Add Dark Mode docs

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zeego-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2024 11:34pm
nandorojo commented 9 months ago

left some minor notes, thanks!

midrizi commented 8 months ago

By the way there is no need for react-native-override-color-scheme as of react-native 0.72, you can just use:

import {Appearance} from 'react-native';

Appearance.setColorScheme('dark');
nandorojo commented 3 months ago

Would be good to change that too ^

Arthurmtro commented 3 weeks ago

Up to this ?