globocom / react-native-ua

React Native module for Urban Airship
MIT License
37 stars 33 forks source link

Add set quiet time #30

Closed eosterberg closed 8 years ago

eosterberg commented 8 years ago

Also, add an "are_notifications_enabled" method for iOS

rlepinski commented 8 years ago

Android you can determine if notifications are opted in with UAirship.shared().getPushManager().isOptIn()

eosterberg commented 8 years ago

Thanks, working on it...

evandroeisinger commented 8 years ago

@emilianoeloi @guilhermebruzzi could you validade this PR when @eosterberg finish his improvement?

Thanks @eosterberg and @rlepinski (as always 😄 ) for the contribution, soon as possible we will release a new version with you improvements.

rlepinski commented 8 years ago

Looks good to me

evandroeisinger commented 8 years ago

@eosterberg merged!

evandroeisinger commented 8 years ago

@eosterberg could you update the README.md with your improvements? Then we will submit a new version to npm.

eosterberg commented 8 years ago

Sure, I´ll update it in a few days.