wix-incubator / react-native-keyboard-input

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

React Native 0.60.X #81

Open xz551 opened 5 years ago

xz551 commented 5 years ago

React Native 0.60.X run-ios fail
Can you help me finish it?

Please

itsdante commented 5 years ago

I had no problem with RN 0.60.4, did you pod insttall correctly ? and please post your error so we can understand the problem

vosho commented 4 years ago

I meet the error on 0.60.X

/KeyboardTrackingViewManager.h:10:9: fatal error: 'React/RCTViewManager.h' file not found
#import <React/RCTViewManager.h>

do you have the same error?

AdamGold commented 4 years ago

Same error here

foufrix commented 4 years ago

Also have the error 'React/RCTViewManager.h' file not found' Does anyone have a solution on that ?

foufrix commented 4 years ago

i solved it by also adding the package react-native-keyboard-tracking-view in my dependencies without following installation step because RN 0.6 introduce autolinking