TypeError:无法读取未定义的属性“initialPreferences”
2021-08-30
996
我遇到了这个问题: TypeError:无法读取未定义的属性“initialPreferences”
1 | import { Appearance } from 'react-native-appearance'; | ^ 2 | 3 | export const modedColor = (lightModeColor, darkModeColor) => { 4 | return Appearance.getColorScheme() === 'dark'
位于 Object. (node_modules/react-native-appearance/lib/commonjs/index.tsx:15:1) 位于 Object. (src/Core/helpers/colors.js:1:1)
谢谢。
1个回答
在 ios 目录中运行 pod install 从设备/模拟器中删除应用程序 在 xcworkspace 中,清理构建文件夹并运行
akshaya singhi
2022-03-28