thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.82k stars 868 forks source link

Error: Command failed: cp -R src/theme/assets js/src/theme/assets #351

Closed RaguRam1991 closed 1 year ago

RaguRam1991 commented 1 year ago

react-native environment setup

Description

'cp' is not recognized as an internal or external command, operable program or batch file.

suggested solution for windows

copy assets directory

-cmd copy \y assets bin\js\

Version

3.6.5

On which OS this issue appear on?

Desktop OS

windows

JeremyDolle commented 1 year ago

Can you try to run the init command in git bash ?

RaguRam1991 commented 1 year ago

Can you try to run the init command in git bash ?

seems working, thank you.