You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module imports are unnecessary and they create complications for Objective-C++:
If users add the flags for Objective-C++ modules it will break other dependencies in their projects. Could you please remove the module imports and use the header system like the rest of these files are already using?
The text was updated successfully, but these errors were encountered:
shamilovtim
changed the title
Module imports need to be removed from Objective-C
Module imports need to be removed for Objective-C++ compatibility (React Native 0.68+)
Jun 14, 2022
The module imports are unnecessary and they create complications for Objective-C++:

If users add the flags for Objective-C++ modules it will break other dependencies in their projects. Could you please remove the module imports and use the header system like the rest of these files are already using?
Related:
firebase/FirebaseUI-iOS#875
facebook/react-native#33692
invertase/react-native-firebase#6223
The text was updated successfully, but these errors were encountered: