Ran into something on the final step of the SDK implementation for the react-native SDK
@import SquareReaderSDK Use of ‘@import’ when C++ modules are disabled, consider using -fmodules and -fcxx-modules
The test application worked but the implementation is different.
I tried the #import but the file isn’t found.
Been dealing with this issue for about 18 hours and can’t get past it. Hoping someone has some suggestions.