We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3780ba9 commit ee378e1Copy full SHA for ee378e1
packages/react-native-builder-bob/src/babel.ts
@@ -27,7 +27,7 @@ const isDirectory = (filename: string): boolean => {
27
};
28
29
const isModule = (filename: string, ext: string): boolean => {
30
- const exts = ['ts', 'tsx', ext];
+ const exts = ['.js', '.ts', '.jsx', '.tsx', ext];
31
32
// Metro won't resolve these extensions if explicit extension is provided
33
// So we can't add extension to these files
0 commit comments