Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'React/RCTViewManager.h' file not found #16

Open
loic-lopez opened this issue Jun 13, 2018 · 11 comments
Open

'React/RCTViewManager.h' file not found #16

loic-lopez opened this issue Jun 13, 2018 · 11 comments

Comments

@loic-lopez
Copy link

Hi,

I had this error with the package react-native-keyboard-input, in KeyboardTrackingViewManager.h

I am using:

"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"expo": "28.0.0"

Thanks for reply.

@Gazfay
Copy link

Gazfay commented Jul 23, 2018

Have the same issue, any updates?

@xralphack
Copy link

+1

@pribeh
Copy link

pribeh commented Aug 14, 2018

When archiving in xcode I get the same result. I'll look into it further. RN 0.55

@pribeh
Copy link

pribeh commented Aug 14, 2018

I resolved the issue in my case. Under build in my app scheme I had accidentally shifted the keyboardTrackingView on top of react. So it couldn't find anything from React because it came after in the build scheme obviously.

@zcmgyu
Copy link

zcmgyu commented Oct 20, 2018

Thanks @pribeh
I also have mistake while config react-native-keyboard as manual.

Drag and position KeyboardTrackingView to be first, above your project, and unmark "Parallelize Build" option at the top.

So just need move it to above project, and below react folder did trick

@andrey-shostik
Copy link

andrey-shostik commented Aug 22, 2019

Can't fix for RN 60

@vosho
Copy link

vosho commented Dec 27, 2019

Any updates?

@ammarRajabA
Copy link

Any update on this, not working in RN 60+.. although the library is below React and above project ..

@alejandropablo
Copy link

Not working on RN 60.6

@rebekahshaw92
Copy link

Not working on RN 0.63.2

@ashishprasad2163
Copy link

Not working on RN 0.61.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests