In objective c, How can have false condition in #if __has_include
?
Like I tried this
#if __has_include(!"RNFileViewerManager.h")
but it says
Expected "FILENAME" or < FILENAME >
Invalid token at start of a preprocessor expression
Goal: I am getting duplicate symbol error and I only want to load my code if RNFileViewerManager
doesn't exist