react-native-safe-area-context
react-native-safe-area-context copied to clipboard
fatal error: 'react/renderer/components/view/ViewEventEmitter.h' file not found
Description
After upgrading to react native 0.79.4, I started to get this error while running yarn android.
I tried deleting all cache numerous times. I tried running on different machines, same error.
Safe Area Context version
5.5.1
React Native version
0.79.4
Platforms
Android
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Android emulator
Device model
No response
Acknowledgements
Yes
Resolved it by deleting .yarnrc.yml and related yarn changes from upgrade helper.
+1