Skip to content

Commit

Permalink
fix: include pot
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Oct 12, 2024
1 parent 1917d18 commit af18537
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/react-native/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ config.transformer = {
};
config.resolver = {
...resolver,
assetExts: resolver.assetExts.filter((ext) => ext !== "po"),
sourceExts: [...resolver.sourceExts, "po"],
sourceExts: [...resolver.sourceExts, "po", "pot"],
};

module.exports = config;

0 comments on commit af18537

Please sign in to comment.