Open raphamorim opened 5 years ago
@raphamorim I can take a look at this issue!
Sounds good, thank you @hayanisaid 👍 (Just a FYI: I am working in parallel in the navigation API)
@raphamorim I have some questions about the Button component:
onPress, onClick, onFocus, onBlur
as props all together, or just enable an event based on the platform, but we don't have the Platform module yet.Also, should I create another PR for the EventsHandling?
I think for now let's start with small changes (will be better to review later), so would recommend start the onClick
and be layout-dummy, for example: maybe render as similar behaviour as a Text, reading View parentLayout and rendering anywhere inside there
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.