error: 'React/RCTBorderStyle.h' file not found
Opened this issue · 2 comments
MAYDAY1993 commented
denizbas92 commented
Did you find any solution ? It happened in my project now.
alephpt commented
Same issue here when trying to use React-Native-Sketch* packages
This is not the ideal way of doing this. It appears that some of the React components in React-Native aren't linking, but since I didn't know how to fix this ..
Work around:
I ended up changing <React/RCTBorderStyle.h>
to "./RCTBorderStyle.h"
(in quite a few files)