analytics-ios icon indicating copy to clipboard operation
analytics-ios copied to clipboard

Module imports need to be removed for Objective-C++ compatibility (React Native 0.68+)

Open shamilovtim opened this issue 3 years ago • 1 comments

The module imports are unnecessary and they create complications for Objective-C++: Screen Shot 2022-06-14 at 7 01 00 PM

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: https://github.com/firebase/FirebaseUI-iOS/issues/875 https://github.com/facebook/react-native/issues/33692 https://github.com/invertase/react-native-firebase/pull/6223

shamilovtim avatar Jun 14 '22 23:06 shamilovtim

image

WYZEYaolongZhu avatar Jul 22 '22 05:07 WYZEYaolongZhu