Gustavo Bennemann

Results 38 comments of Gustavo Bennemann

Same problem.... Have you found a solution?

~~Lol, I think I just found out a good solution, just compile with~~ `-DCMAKE_INSTALL_RPATH=$ORIGIN/`. Nop, this link to the build folder .so

Não entendi muito bem, o Kodi seria para controlar a aplicação na SmartTV?

Ah, entendi. Acho que seria possível sim.

If you pass `forceFocus={true}` props to the fourth Focusable element it will be focused when the component mount.

Just fixed #3. Maybe that will help you.

Did you update to 0.0.10? The same example in #3 with version 0.0.10 https://codesandbox.io/s/50xy2z3244 ```jsx {this.state.dynamicInsert && } ``` The code above works in version 0.0.9 because the "VerticalList" is...

I think I found out what was your problem, I'm going to fix it soon.

Thanks for the feedback! But I couldn't reproduce your error... Can you change to mount the component only when it should be visible? That is the only thing that could...