UNPKG
react-native-sunil-sample
Version:
latest (3.4.0)
3.4.0
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.0.0
1.0.0
This is a trail package
github.com/snbanavath/package-trail
snbanavath/package-trail
react-native-sunil-sample
/
Sunil.js
16 lines
(15 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
React
from
'react'
;
import
{
SafeAreaView
,
StyleSheet
,
Text
,
View
,
TouchableOpacity
, }
from
'react-native'
;
export
default
function
Sunil
(
){
return
(
<
View
>
<
Text
>
Package Imported
</
Text
>
</
View
>
); }