You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: