79490319

Date: 2025-03-06 18:16:40
Score: 2.5
Natty:
Report link
import {Appearance} from 'react-native';

For Dark Theme

Appearance.setColorScheme('dark');

For Light Theme

Appearance.setColorScheme('light');

You can read React Native Appearance

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Osman İşci