wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

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

Open Parthhyperlink opened 4 years ago

Parthhyperlink commented 4 years ago

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

Parthhyperlink commented 4 years ago

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

foufrix commented 4 years ago

i encountered the same problem using react native 0.62.2

M-i-k-e-l commented 4 years ago

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.

annie-elequin commented 4 years ago

@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 commented 4 years ago

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 commented 4 years ago

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

worawutboy commented 4 years ago

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