remobile/react-native-toast

"RCTLog.h" cannot be found

sophiaWang611 opened this issue · 0 comments

when i import this component, project will be fail with ' "RCTLog.h" cannot be found'!

this is cause by wrong head search path in this project, should replace "$(SRCROOT)/../../../react-native/React" to "$(SRCROOT)/../../react-native/React"