marcshilling / react-native-idle-timer

A cross-platform bridge that allows you to enable and disable the screen idle timer in your React Native app
MIT License
212 stars 41 forks source link

fix: xcode 12 compatibility #24

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. This change is necessary for all native modules on iOS. 
Reference: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116