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

[iOS] Set deployment target to iOS 8.0 + add gitignore #4

Closed negativetwelve closed 7 years ago

negativetwelve commented 7 years ago

Hi there, thanks for building this!

This is a super minor issue but our app supports iOS 8.0 (react-native supports it as well). We were receiving this warning so I bumped the iOS deployment target from 9.3 to 8.0.

image

Also added a gitignore to ignore all the tmp files from iOS / android / js.

Cheers!

sslash commented 7 years ago

Could this be merged? I'm also depending on this one

marcshilling commented 7 years ago

@sslash v2.1.2 on npm