Skip to content

Commit

Permalink
Add rn-navio to dangerouslyAddModulePathsToTranspile
Browse files Browse the repository at this point in the history
  • Loading branch information
swrzalek committed Feb 10, 2023
1 parent 93ad37f commit e46b45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = async function (env, argv) {
const config = await createExpoWebpackConfigAsync(
{
...env,
babel: {dangerouslyAddModulePathsToTranspile: ['rn-bounceable', '@kanzitelli/if-component']},
babel: {dangerouslyAddModulePathsToTranspile: ['rn-bounceable', '@kanzitelli/if-component', 'rn-navio']},
},
argv,
);
Expand Down

0 comments on commit e46b45c

Please sign in to comment.