You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@raphamorim I have some questions about the Button component:
Should it add onPress, onClick, onFocus, onBluras props all together, or just enable an event based on the platform, but we don't have the Platform module yet.
I'm trying to make the button have an auto-layout, but I need to rely on the parentLayout {width,height} to got that done, do you know how this can be implemented? since the Flexbox is not implemented yet?
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.
The text was updated successfully, but these errors were encountered: