react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

RNCSafeAreaProvider.m:6:9: error: 'RCTUIManagerObserverCoordinator.h' file not found

Open alexzchut opened this issue 4 months ago • 0 comments

https://github.com/AppAndFlow/react-native-safe-area-context/blob/f1059ddeb6d7fcf5f235fa7ae3f2a5f40040df71/ios/RNCSafeAreaProvider.m#L6

the file suppose to be referenced as #import <React/RCTUIManagerObserverCoordinator.h> instead of #import "RCTUIManagerObserverCoordinator.h" as it seems not to be a part of the repo but of React itself

alexzchut avatar Aug 14 '25 11:08 alexzchut