wix-incubator/react-native-autogrow-textinput

'React/RCTUIManager.h' file not found

sundariragavan opened this issue · 2 comments

'React/RCTUIManager.h' file not found

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.

I solved my issue following those instructions. 🎉