'App that is controlled by remote controller/keyboard
I have been thinking of building a torrent-streaming + browser movie and tv windows app.
But I am having a problems controlling the app by a remote controller like KODI
Tried using 'react-navigation 6' but I am still having problem changing tabs by tapping left and right
<NavigationContainer>
<Tab.Navigator>
<Tab.Screen name="Home" component={Home} />
<Tab.Screen name="Settings" component={Settings} />
</Tab.Navigator>
</NavigationContainer>
I want to be able to move and select the setting by keyboard.
I really do not like tabs, I was thinking of using Drawer but I am not able to open the Drawer when I tab left.
Is there a Library That could make this easier for me? as I am not liking the Idea of building keydown operation.
I am using react-native-windows.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
