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

RN 0.60 Cannot Build: React/RCTBridge.h file not found #89

Open jeffreyyu0602 opened 4 years ago

jeffreyyu0602 commented 4 years ago

I followed the instructions to link the native modules for iOS, but it failed to compile RCTCustomInputController.m. I recently upgraded to Xcode 11. I am not sure if this issue is related to the upgrade.

Screen Shot 2019-09-23 at 7 31 45 AM
vre2h commented 4 years ago

@jeffreyyu0602 any luck cause I'm facing with the same issue?

AdamGold commented 4 years ago

Try to simply install this library and run pod install. Without the other installation steps.

foufrix commented 4 years ago

as @AdamGold said, simply add the library. In my case i also needed to add https://github.com/wix/react-native-keyboard-tracking-view, then pod install and app was working fine.