We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Iterable docs recommending using the @import Objective-C module syntax:
@import
Unfortunately, this is not compatible with Objective-C++ (React Native 0.68+):
Please provide us with the headers we can import instead of the module syntax.
Related: firebase/FirebaseUI-iOS#875 facebook/react-native#33692 invertase/react-native-firebase#6223 segmentio/analytics-ios#1036
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @shamilovtim ! This screen shot is helpful. I'll be working on this ASAP.
Sorry, something went wrong.
We've detailed a workaround fix in our docs by adding in a header file, for versions 0.68.2 to 0.69.3; versions 0.69.4+ have this issue fixed.
No branches or pull requests
The Iterable docs recommending using the
@import
Objective-C module syntax:Unfortunately, this is not compatible with Objective-C++ (React Native 0.68+):
Please provide us with the headers we can import instead of the module syntax.
Related:
firebase/FirebaseUI-iOS#875
facebook/react-native#33692
invertase/react-native-firebase#6223
segmentio/analytics-ios#1036
The text was updated successfully, but these errors were encountered: