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

#import <React/RCTViewManager.h> not found #99

Open
Parthhyperlink opened this issue Feb 27, 2020 · 7 comments
Open

#import <React/RCTViewManager.h> not found #99

Parthhyperlink opened this issue Feb 27, 2020 · 7 comments
Assignees

Comments

@Parthhyperlink
Copy link

Hi i follow the same steps properly but going to find this error.

@Parthhyperlink
Copy link
Author

Hello , is any one found this issue, please help me i am on stuck on this issue

@foufrix
Copy link

foufrix commented May 5, 2020

i encountered the same problem using react native 0.62.2

@M-i-k-e-l
Copy link
Contributor

Hi @Parthhyperlink and @foufrix,

We are in the process of migrating this library, it is not yet complete, but if you'd like you can give it a try.

After installing simply:
import {Keyboard} from 'react-native-ui-lib';

And use any of the following:
const KeyboardAccessoryView = Keyboard.KeyboardAccessoryView;
const KeyboardUtils = Keyboard.KeyboardUtils;
const KeyboardRegistry = Keyboard.KeyboardRegistry;

Please let me know if I can (a) close this issue. (b) you are not able to use our lib, and I'll try to take a look further.

@M-i-k-e-l M-i-k-e-l self-assigned this May 7, 2020
@annie-elequin
Copy link

@M-i-k-e-l hey there! experiencing this same issue - I would really like to avoid using react-native-ui-lib since this is for a work project, and it's more than twice the size of react-native-keyboard-input.

is there any way to only use the Keyboard part of the ui lib?

@M-i-k-e-l
Copy link
Contributor

M-i-k-e-l commented Jul 27, 2020

Hi @annie-elequin,
It seems that we (@ethanshar) have got you covered: next release (5.12.0) should include this feature.
Simply use react-native-ui-lib/keyboard.
For more details see this PR.

I hope that will work for you :)

@annie-elequin
Copy link

@M-i-k-e-l YAY thank you!!

@worawutboy
Copy link

worawutboy commented Aug 14, 2020

I add header search path "$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core" "$(SRCROOT)/../../../ios/Pods/Headers/Public/Yoga" in Build Setting of KeyboardTrackingView.
it work for me

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

5 participants