0
2
KKKhalid Khan
Button provides a basic button component that is rendered nicely on all platforms. The minimal example to display a button looks like this:
Library: react-native
Shortcut: reactnative.button
<Button
onPress={() => {
<code>
}}
title="Button_Title"
/>