cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

fix: Xcode 12 compatibility #167

Closed mrbrentkelly closed 3 years ago

mrbrentkelly commented 3 years ago

This PR fixes a compatibility issue with Xcode 12. React Native libraries should depend on React-Core instead of React.

For more details take a look at https://github.com/facebook/react-native/issues/29633#issuecomment-694187116

cooperka commented 3 years ago

Thanks @mrbrentkelly! It's not clear at first glance whether this breaks backwards compatibility with xcode 11 and earlier, but I'm assuming not if so many people have merged without issue. I'll release as a patch version.