How to send react native app in android to background? -
i'm using react native navigation wix, have seen documentation, clear me need use backhandler override button action. want app go background instead of exiting.
answers this said override invokedefaultonbackpressed splashactivity(since rnn uses splashactivity instead of mainactivity) not seem have function , i'm geting following error if add line of code:
mainactivity.java:20: error: method not override or implement method supertype @override is there other way send app background instead of quiting ? maybe emulationg home button press event ? appreciated.
platform: android
Comments
Post a Comment