lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

Support function to go to home screen #97

Closed nqbao closed 4 years ago

nqbao commented 5 years ago

Hi,

Thanks for the great project, it is really helpful. Can we also add support to go back to home screen?

The motivation is that the app which I am working on need a way to go back to home screen from any view.

nqbao commented 5 years ago

I managed to implement the feature. Let me know if you want to make any change!