Raphael Amorim
Raphael Amorim
Currently the Publish workflow runs together with test, executing the same `yarn ci` (running tests again) it shouldn't be happening. Should wait for the test workflow check and the follow...
Currently we don't have support to onClick on any element, we could start with view maybe reusing spatial information in the view object.
Reference: https://facebook.github.io/react-native/docs/button Description: Implement an initial version of Button component on React Ape renderer using Canvas. AC: Consider using it on devices like TV and portable games.
Currently React Ape drop frames when rendering a lot of components in the same time. This issue was reported by @raphaelpor originally. The reason of problem is known: It renders...
Create a boilerplate project to start with React Ape. It should be quite simple, just one component and "live reload" working. I'm open to ideas to start the project, but...
Implementation of margin and padding for existent elements
Following similar patterns of https://medium.com/netflix-techblog/pass-the-remote-user-input-on-tv-devices-923f6920c9a8 and https://github.com/react-tv/react-tv-navigation draft api: ```jsx import { Text, withFocusable, withNavigation } from 'react-ape' const Item = ({focused, setFocus, focusPath}) => { focused = (focused) ?...
Currently, if you change the render based on state, for example: `View` to `Text` it just doesn't clean the View on unmount.