DEV Community

Discussion on: Tutorial: How to share code between iOS, Android & Web using React Native, react-native-web and monorepo

Collapse
 
punisher97 profile image
msvargas

Hi, thanks for this tutorial, monorepo is amazing, however how could rename project "myprojectname" to "mycustomname" properly?

Other hand side, for windows to start android studio, add enviroment var to PATH var list:
...
C:\Program Files\Android\Android Studio\bin
...
and replace:

"studio": "START /B studio64 android",

Thanks