TypeScript - Integrate the `react-native-typescript-transformer` instead of `babel-typescript`

Hi. Since Expo SDK 31 there is TypeScript support integrated. That’s great.

However, as far as I can tell, it uses babel-typescript. For my project, running on SDK 33, I need to use react-native-typescript-transformer instead. Is this possible? How I can configure this change?

PS: The reason I need to use react-native-typescript-transformer is that I need support for TypeScript namespaces.

1 Like

I finally figured it out! It’s possible. Here’s how.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.