| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Let's not just copy the page from RN website, this adds no value. We should instead focus on what is different from there docs.
Sorry, something went wrong.
|
|
||
| A basic button component that should render nicely on any platform. Supports a minimal level of customization. | ||
|
|
||
| If this button doesn't look right for your app, you can build your own button using [TouchableOpacity](touchableopacity) or [TouchableWithoutFeedback](touchablewithoutfeedback). |
There was a problem hiding this comment.
Pressable are recommended instead of Touchables.
Sorry, something went wrong.
|
|
||
| ## Example | ||
|
|
||
| ```SnackPlayer name=Button%20Example |
There was a problem hiding this comment.
Snack don't works on our website and can't.
Maybe a simple example without other component could be nice for a start, like for Text.
Sorry, something went wrong.
|
|
||
| | Type | | ||
| | ---------------------------------- | | ||
| | function([PressEvent](pressevent)) | |
There was a problem hiding this comment.
link don't work.
Sorry, something went wrong.
|
|
||
| ## Props | ||
|
|
||
| ### <div class="label required basic">Required</div>**`onPress`** |
There was a problem hiding this comment.
this css things doesn't work am I right?
Sorry, something went wrong.
|
@davisuga feel free to take this and address issue I mentioned :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
documentation of button component based in the doc of react-native with samples