react-native-rename icon indicating copy to clipboard operation
react-native-rename copied to clipboard

Unable to rename react-native init typescript project

Open lyqht opened this issue 4 years ago • 0 comments

I'm trying out the package to rename a RN project is created from the typescript template by running

npx react-native-rename "NewApp"

however, I encountered an error that says the following

Need to install the following packages:
  react-native-rename
Ok to proceed? (y) y
npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.
Directory should be created using "react-native init"

I'm pretty sure it was created with react-native init, so I'm not sure what is the actual error.

lyqht avatar Jan 17 '22 08:01 lyqht