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
Metro does not look for a metro.config.ts, and if it did, I have no idea whether it would be configurable as a module.
This seems necessary sooner or later, as the ecosystem is moving to modules, and majority of people are using typescript (RN just made it the default for new projects).
What is the desired behavior?
Metro uses metro.config.ts if it exists, and the docs include an example of what this looks like.
The text was updated successfully, but these errors were encountered:
Feature request: support typescript / esm config
What is the current behavior?
Metro does not look for a
metro.config.ts
, and if it did, I have no idea whether it would be configurable as a module.This seems necessary sooner or later, as the ecosystem is moving to modules, and majority of people are using typescript (RN just made it the default for new projects).
What is the desired behavior?
Metro uses
metro.config.ts
if it exists, and the docs include an example of what this looks like.The text was updated successfully, but these errors were encountered: