Basics on View, Text, Button components in react native
These are the core components on react-native that mainly use in your app
Text: This component is use to display text on screens.
View: This component is act like a wrapper or box or container just like <div> in html which hold other component or elements.
Button: It is a button component use to press to make/fire any event in your application.
View and Text component example
Visit the link laraveldevdiary for 'View' and 'Text' component example.
Vist the link laraveldevdiary for Button component.
Comments
Post a Comment