shoutem/ui

React/RCTViewManager.h file not found

bdcorps opened this issue · 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.