ui icon indicating copy to clipboard operation
ui copied to clipboard

React/RCTViewManager.h file not found

Open bdcorps opened this issue 5 years ago • 0 comments

Unable to build for iOS using XCode 11.

Relevant Packages: "@shoutem/ui": "^1.0.4", "react": "^16.8.3", "react-native": "^0.61.4"

Error:

RNPhotoView - Lexical or Preprocessor Issue "React/RCTViewManager.h" file not found RNPhotoViewManager.h

Steps to reproduce:

  1. npm i @shoutem/ui
  2. npx react-native link
  3. Open XCode. Clean. Build. Error.

The problem seems to be with the react-native-photo-view package that in my project, @shoutem/ui is using.

bdcorps avatar Feb 13 '20 17:02 bdcorps