Build issues with RN 0.72.13 starting with v0.6.3 #97
-
Hi, I noticed that starting with version 0.6.3 of react-native-external-keyboard, our app (RN 0.72.13, old architecture) does not build anymore. What's the min version of RN to use with versions >0.6.2? Is there anything that's changed which may cause builds to break with older RN versions? With 0.6.4, there seems to be an issue with the import in line 11 in RCTViewComponentView+RNCEKVExternalKeyboard.h #import <React/RCTViewComponentView.h> I appreciate any help on this! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @antonsthb, Sorry, my bad. I thought I had tested it with the old architecture on the example. It seems 0.75.x probably works differently. I will fix it today. Apologies for the inconvenience. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hello @antonsthb, It works with RN 0.75.x (old architecture) in the example repository, but I was able to reproduce the issue in RN 0.72.13. Sorry for the inconvenience—I just forgot to add a few lines. It's a bit challenging to test on all RN versions, but I try to test at least on the latest ones. Thank you for highlighting this—it really helped in finding the problem. Regards, |
Beta Was this translation helpful? Give feedback.
Hello @antonsthb,
It works with RN 0.75.x (old architecture) in the example repository, but I was able to reproduce the issue in RN 0.72.13.
The problem has been fixed in version 0.6.5.
Sorry for the inconvenience—I just forgot to add a few lines. It's a bit challenging to test on all RN versions, but I try to test at least on the latest ones.
Thank you for highlighting this—it really helped in finding the problem.
Regards,
Artur Kalach