KjellConnelly / react-native-shared-group-preferences

127 stars 57 forks source link

Fix iOS clang module import for Expo SDK 44 #28

Open imyuanx opened 1 year ago

imyuanx commented 1 year ago

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.