我已经尝试过
Appearance.set({ colorScheme: 'light' });
和 "userInterfaceStyle": "light"
,但我的应用程序仍然强制白色变为黑色。
认为您需要查看您的配置。根据 app.json 中的docs,您应该使用:
{
"expo": {
"userInterfaceStyle": "light"
}
}
expo-system-ui
并验证是否存在问题,运行命令:
npx expo config --type introspect