react-native-tvos / IgniteTV

34 stars 6 forks source link

One of the keys on the Keyboard is selected by default and the app doesn't navigate after signin. #5

Open ayanwumi101 opened 1 month ago

ayanwumi101 commented 1 month ago

Hi, I am having some issues in my ignite tv application. The issues are listed below.

  1. When the keyboard on the android tv opens, one of the keys on the keyboard is selected by default and it prevents other keys from being pressed, the picture is attached below. IMG-20240828-WA0018

  2. After finding a way to input the email and password and clicking on signin, I get a success message that the login is successful but the user isn't redirected to the dashboard page. I'm using react navigation and expo-secure-store package for storing the token. An attachment that demonstrates this issue has also been attached

https://github.com/user-attachments/assets/1e936044-83ba-48ef-b780-10816e180108

None of the issues listed above happens in development, they only happen in production when the app is built and tested on an android tv.

douglowder commented 1 month ago

Please provide an example repository that reproduces your issue and includes the modifications you have made.