'TypeError: Cannot read property 'initialPreferences' of undefined

I'm facing this issue : TypeError: Cannot read property 'initialPreferences' of undefined

1 | import { Appearance } from 'react-native-appearance'; | ^ 2 | 3 | export const modedColor = (lightModeColor, darkModeColor) => { 4 | return Appearance.getColorScheme() === 'dark'

at Object. (node_modules/react-native-appearance/lib/commonjs/index.tsx:15:1) at Object. (src/Core/helpers/colors.js:1:1)

Thanks you.



Solution 1:[1]

run pod install in ios directory delete app from device/emulator in xcworkspace , clean build folder & run

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 akshaya singhi