TD
TD
Hello @stuartflanagan! We have such logic ourselves and have not seen this problem, except in some cases where we were unmounting and remounting the component that we expected to have...
I will close this since it's been relatively stale for a while now. Please feel free to reopen or create a new issue if this is still a problem. If...
Hello @coucoseth. > Hello, could you give a sample react native tv app example because i have tried following the docs but i just cant fully understand how to use...
Hello again @coucoseth. There is an example component for React Native in the README ([here](https://github.com/NoriginMedia/Norigin-Spatial-Navigation#using-the-library-in-react-native-environment)): ```javascript import { TouchableOpacity, Text } from 'react-native'; import { useFocusable } from '@noriginmedia/norigin-spatial-navigation'; function...
My pleasure. ☺️
Hello again @coucoseth! You've basically done it, just missing this: https://github.com/NoriginMedia/Norigin-Spatial-Navigation#nativemode-boolean-default-false We'll update the docs to note this flag in the RN part ASAP to avoid any such confusion in...
Hello again, @coucoseth.. > i think i am missing something Sorry to hear that, but I am not sure what it could be. Perhaps you could provide some more detail,...
> sorry i wasnt more detailed on whats not working Thanks for providing some more details, it makes it easier to help. > and thats when i discovered its always...
> Hello, can you tell me please? Hello @SemenovDeveloper, I will try to answer your questions below: > Is it possible to use the focus engine of your library in...
> thanks, waiting on your response, let me push the changes i made that let me discover the `focused` prop always staying false Hello again @coucoseth. Unfortunately I am rather...