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.66k stars 852 forks source link

[NEW FEATURE REQUEST/IDEA]: Support for npm or specify yarn as prerequisite #386

Closed CatalinTudose closed 8 months ago

CatalinTudose commented 9 months ago

Problem:

While trying to set-up using template got error for yarn missing.Would be nth to have npm supported or maybe mention yarn as a prerequisite?

Suggestion

Mentioning yarn as prerequisite would be highly appreciated.

Alternative

Support for npm

Thank you.

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

JeremyDolle commented 8 months ago

The v4 is available, we follow the cli for the logic. Now if you have yarn it will use it, if not it will use npm. If not, an error occured