This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
15fa2250fd
react-native
/
local-cli
/
link
/
android
/
patches
/
normalizeProjectName.js
5 lines
94 B
JavaScript
Raw
Blame
History
module
.
exports
=
function
normalizeProjectName
(
name
)
{
return
name
.
replace
(
/\//g
,
'_'
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink