react-native-material-kit
react-native-material-kit copied to clipboard
iOS Build / Compilation Error Use Quotes instead of Arrows
'UIView+React.h' file not found with
Anyone else experiencing this issue with iOS Build with this library?
I get this same error, has anyone found a solution yet?
@pencilcheck solved by temporary changing in source file from <UIView+React.h>
to "UIView+React.h"
hope @xinthink will merge the pull request regarding the fix
@Tamiyadd It works, thx
My solution is to use #import <React/UIView+React.h>
on MKTouchableManager.h
and TickViewManager.h
. I hope the fix is deployed soon.
@mschipperheyn Can you try https://github.com/xinthink/react-native-material-kit/pull/409 plz ?
@Crash-- that looks ok. It's what I use as a tmp workaround after each installation