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

Recommended Setup for using Expo Install #212

Open
3 tasks done
ThatGuySam opened this issue Jun 29, 2024 · 0 comments
Open
3 tasks done

Recommended Setup for using Expo Install #212

ThatGuySam opened this issue Jun 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ThatGuySam
Copy link

Clear and concise description of the problem

There may already be a solution for this, but I couldn't find any documentation on this repo that matches my needs.

Expo recommends using npx expo install whenever you install new packages because it performs additional steps and checks to ensure compatibility with all your other React Native dependencies.

npx expo install automatically uses npm, yarn, or pnpm based on your repo.

Suggested solution

I'd love to just auto-detect Expo and use the command or a way to configure it explicitly.

Alternative

Either just use npx expo install or Maybe a simple alias command, but those aren't great solutions.

I didn't see any documentation that suggests ~/.nirc works for this.

Additional context

Expo Docs on npx expo install
https://docs.expo.dev/more/expo-cli/#install

Validations

@ThatGuySam ThatGuySam added the enhancement New feature or request label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant