umhan35 / react-native-search-bar

The high-quality iOS native search bar for react native.
MIT License
861 stars 207 forks source link

fix: Xcode 12 compatibility #185

Open radko93 opened 3 years ago

radko93 commented 3 years ago

Latest Xcode 12 fails to build without a module to depend on React-Core directly hence this change is necessary for all native modules on iOS. This change requires React Native 0.60.2 or newer. For more details please check: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116