Pierre Poupin

Results 167 comments of Pierre Poupin

Hey! About the simple example... that might be a good idea. We wanted to show a complete example and let you extract what you need. The thing is: setting up...

Oh, this is weird. The fact that you don't even get the initial default focus shows that the issue is not related to the remote! Do you have any code...

@manjunath-nuveb ย that's a good check indeed ๐Ÿ˜Š thanks! @silencer07 I don't really understand what could be wrong here ๐Ÿค” I would remove the TouchableOpacity from the buttons. It might mess...

Can you share the remote configuration that you used? Are you working on AndroidTV?

OK, did you properly install react-native-keyevent? This is an important step ;) Also, don't forget to copy `remote-control/RemoteControlManager.android.ts`. The `remote-control/RemoteControlManager.ts` is for web. Install steps for react-native-keyevent: https://github.com/kevinejohn/react-native-keyevent

Oh, this is probably related to react-native-keyevent indeed. I can't help with that. You should add breakpoints in the native code to see if the enter key is handled?

@silencer07 sorry I had not answered. Thank you for your work on this ๐Ÿ˜Š We're keeping the issue open and we'll add this to the example indeed. We just switched...

Hey, could you provide some code? I think this is related to the underlying "tricks" of the lib ;) You can't unmount and remount elements as you will without a...

Hum, I'm not sure I understand what you've done ๐Ÿ˜ You're not supposed to use any Touchable with this lib, we're overriding the whole focus system by creating fake touchables...

I'm closing this as the issue is not explicit enough. Feel free to reopen with a more illustrated example or a reproducible example.