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

Fix escape strategy for newer versions of metro #133

Merged
merged 1 commit into from
Sep 23, 2023
Merged

Conversation

edjiang
Copy link
Contributor

@edjiang edjiang commented Sep 22, 2023

Newer versions of metro (expo 49) use js template strings which aren't escaped properly with the old strategy.

I'm not an expert on how to escape these strings but this seems to work for me.

#126 (comment)

Copy link
Owner

@inokawa inokawa left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@inokawa inokawa merged commit 03cf293 into inokawa:main Sep 23, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

None yet

2 participants