avishayil / react-native-restart

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

fix(android): update process phoenix dependancy #266

Closed freeboub closed 1 month ago

freeboub commented 6 months ago

fix(android): update process phoenix dependancy

process phoenix was not supporting android tv correctly. This pull request upgrade process phoenix which includes an android tv patch (restart the LEANBACK_LAUNCHER activity instead of LAUNCHER activity on android)

In order to test the change I also update the sample to support android tv devices

Will fix following ticket : https://github.com/avishayil/react-native-restart/issues/253