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

iOS React/RCTComponent.h cannot be found #10

Open
jdpigeon opened this issue Apr 5, 2017 · 1 comment
Open

iOS React/RCTComponent.h cannot be found #10

jdpigeon opened this issue Apr 5, 2017 · 1 comment

Comments

@jdpigeon
Copy link

jdpigeon commented Apr 5, 2017

Had problem installing the slider with React Native 0.37 on iOS.

Got errors after running react native link because RCTComponent.h and RCTViewManager.h imports in the volume slider files were not set to be React/* rather than /*. The React dir did not exist

Had to follow this solution here

@duducv
Copy link

duducv commented Jul 15, 2019

Follow the link instruction of doc and add to your library project in Xcode the file React.xcodeproj located at node_modules/react-native/react and build again

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

2 participants