Ever since Expo SDK 31, TypeScript support has been seamlessly integrated. This is a fantastic development.
However, it appears that babel-typescript
is being used. In my project on Expo SDK 33, I require the use of
. Is there a way to make this switch? How can I go about configuring this change?react-native-typescript-transformer
PS: The necessity for utilizing
react-native-typescript-transformer
arises from my need for support with TypeScript namespaces and enums. I employ swagger-codegen to generate my REST client layer. However, all available generators utilize namespaces (and also enums not supported by Babel 7 from what I gather).