'React/RCTUIManager.h' file not found
sundariragavan opened this issue · 2 comments
sundariragavan commented
'React/RCTUIManager.h' file not found
zedtux commented
I have a similar issue:
In file included from my-app/node_modules/react-native-autogrow-textinput/ios/AutogrowTextInputManager.m:9:
In file included from my-app/node_modules/react-native-autogrow-textinput/ios/AutogrowTextInputManager.h:14:
../../react-native/React/Base/RCTBridgeModule.h:10:9: fatal error: 'React/RCTDefines.h' file not found
#import <React/RCTDefines.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
zedtux commented
I solved my issue following those instructions. 🎉