Raphael Amorim

Results 130 issues of 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...

good first issue

Currently we don't have support to onClick on any element, we could start with view maybe reusing spatial information in the view object.

enhancement

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.

enhancement
help wanted

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...

enhancement

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...

help wanted
good first issue

Implementation of margin and padding for existent elements

enhancement
help wanted

Similar to #118

enhancement
good first issue

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) ?...

enhancement

Similar to #118

enhancement
good first issue

Currently, if you change the render based on state, for example: `View` to `Text` it just doesn't clean the View on unmount.

bug