react-native-restart
react-native-restart copied to clipboard
[androidtv] version 0.0.27 doesn't restart properly the application in some specific case
Description
RNStart doesn't restart properly the app in some specific cases Detail explanation in ProcessPhoenix dependancy: https://github.com/JakeWharton/ProcessPhoenix/issues/58
- [X] Bug Report
- [ ] Feature Request
Library Version: 0.0.27 Was not reproduced on 0.0.17 we were using before
React Native Version: react native: 0.72.4
Platform(s):
- [ ] iOS
- [ ] Android
- [ X ] AndroidTV
Steps to Reproduce (for bugs)
You need to define an application with only LEANBACK_LAUNCHER category (No LAUNCHER category)
Expected Behavior:
App restart
Actual Behavior:
exception displayed and app don't restart
Suggested Solution (for feature requests)
Just need to update dependency when fix will be available
Related Issues (optional)
https://github.com/JakeWharton/ProcessPhoenix/issues/58