flowkey / react-native-home-indicator

A <PrefersHomeIndicatorAutoHidden /> component for react-native
MIT License
80 stars 24 forks source link

fix: xcode 12 compatibility #29

Closed kasinskas closed 4 years ago

kasinskas commented 4 years ago

Xcode 12 fails to build if a module depends on React instead of React-Core. Reference: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116

kasinskas commented 4 years ago

Could you please also release 0.2.6 to npm? Thanks!