UNPKG
react-native-inlight
Version:
latest (1000.0.0)
1000.0.0
0.56.2
0.56.1
0.56.0
A framework for building native apps using React
github.com/zzyhdu/react-native
zzyhdu/react-native
react-native-inlight
/
local-cli
/
link
/
android
/
patches
/
normalizeProjectName.js
6 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
/**
@format
*/
module
.
exports
=
function
normalizeProjectName
(
name
) {
return
name.
replace
(
/\//g
,
'_'
); };