avishayil / react-native-restart

React Native Package With One Purpose: To Restart Your React Native Project
MIT License
926 stars 145 forks source link

[androidtv] version 0.0.27 doesn't restart properly the application in some specific case #253

Open freeboub opened 10 months ago

freeboub commented 10 months ago

Description

RNStart doesn't restart properly the app in some specific cases Detail explanation in ProcessPhoenix dependancy: https://github.com/JakeWharton/ProcessPhoenix/issues/58

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):

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