Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

fix(create-expo-app): allow scoped template package names #4750

Merged
merged 4 commits into from
Aug 25, 2023

Conversation

takameyer
Copy link
Contributor

@takameyer takameyer commented Aug 25, 2023

Why

Realm has a scoped package for its expo template. This was not working with create-expo-app.

Fixes #4749

How

This change detects a scoped package name for templates and correctly determines its location.

Test Plan

Tested with @realm/expo-template

node build/index.js --template @realm/expo-template testProj

This change detects a scoped package name for templates and correctly determines its location.
Tested with `@realm/expo-template`
Copy link
Member

@byCedric byCedric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@byCedric byCedric changed the title fix: allow scoped template package names fix(create-expo-app): allow scoped template package names Aug 25, 2023
@byCedric byCedric merged commit af2874c into expo:main Aug 25, 2023
30 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error using templates with a scoped package name
2 participants