Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation for Starting a New React Native Project with Expo #4209

Open
ssj9685 opened this issue Sep 7, 2024 · 2 comments
Open

Comments

@ssj9685
Copy link

ssj9685 commented Sep 7, 2024

Description

The documentation for starting a new React Native project with Expo does not reflect the latest version of the create-expo command. The current documentation can be found here: React Native Environment Setup.

What is the problem?

The documentation does not include the latest version of the create-expo command.

How can we address it?

Update the documentation to include the latest commands for creating a new Expo project:

# Usage for bun, npm, pnpm, and yarn
npx create-expo
bun create expo
pnpm create expo
yarn create expo

For reference, the latest updates can be found here: Expo GitHub Repository.

Why is it important?

Updating the documentation is crucial for new beginners to ensure they follow the correct steps and use the latest commands. Additionally, it is important to include the latest commands for various package managers (npx, bun, pnpm, yarn) to provide a comprehensive guide for users with different setups.

Who needs this?

This update is particularly important for beginners who are starting a new project with React Native and Expo.

When should this happen (use version numbers if needed)?

This update should be implemented as soon as possible to ensure the documentation is accurate and up-to-date.

@cortinico
Copy link
Contributor

The documentation for starting a new React Native project with Expo does not reflect the latest version of the create-expo command

Where specifically are you referring to?

@ssj9685
Copy link
Author

ssj9685 commented Sep 9, 2024

In addition to the npx version, it might be a good idea to document other package managers as well, as described in the create-expo README. But It can still be installed, so I'll finish the issue based on the feedback. It was a suggestion for improvements.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants