-
Notifications
You must be signed in to change notification settings - Fork 665
Open
Description
Hi,
I try to migrate a project from React Native 0.55.4 to 0.57.4. The project uses Typescript and I have problems because Babel 7 doesn't support namespaces
and enums
. The problem is that they are used in code generated from Swagger. So I have no easy way (and no time) to change this.
From what I understood, Babel 7 now compiles Typescript while it was not the case before. Is there a way to configure Metro bundler so that it doesn't use Babel 7 to compile Typescript ? So that it could work the way it did before ?
Thanks in advance,
Metadata
Metadata
Assignees
Labels
No labels