react-native-shared-group-preferences icon indicating copy to clipboard operation
react-native-shared-group-preferences copied to clipboard

Fix iOS clang module import for Expo SDK 44

Open imyuanx opened this issue 2 years ago • 0 comments

from https://github.com/expo/expo/issues/15622#issuecomment-997225774, the double-quoted react header imports will break building on Expo SDK 44. The double-quoted imports should be for react-native < 0.40. as nowadays react-native uses CocoaPods, it should be safe to use the angle-bracket import.

imyuanx avatar Feb 03 '23 03:02 imyuanx