UNPKG
react-native-hellodev
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
first NPM pacakge
github.com/rushi08/react-native-hellodev
rushi08/react-native-hellodev
react-native-hellodev
/
index.mjs
6 lines
(5 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
// index.mjs (or index.js)
function
helloMobDev
(
) {
return
"hello React-Native developers..."
; }
export
default
helloMobDev;