Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to detect if ios is in dark mode react native

import { Appearance } from 'react-native'
...
Appearance.getColorScheme() === 'dark'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #detect #ios #dark #mode #react #native
ADD COMMENT
Topic
Name
6+5 =