Skip to content

Commit

Permalink
Enable dynamic import transform for React Native tests (#58546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr authored Feb 1, 2024
1 parent a006a4b commit ece4d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/native/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = ( api ) => {
],
'react-native-reanimated/plugin',
'@babel/plugin-proposal-export-namespace-from',
'@babel/plugin-transform-dynamic-import',
],
overrides: [
{
Expand Down

0 comments on commit ece4d7d

Please sign in to comment.