Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
2 February 2020
Function component in react native
Function component example in react native
import
React
from
'react'
;
import
{
Text
, }
from
'react-native'
;
const
HomeScreen
=()
=>
{
return
(
<
Text
>
Adi here...
</
Text
>
);
}
export
default
HomeScreen
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment