Skip to content

Commit

Permalink
make recommended metro change
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed Jan 27, 2022
1 parent 6356971 commit 75c665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (() => {
getTransformOptions: () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
inlineRequires: true,
},
}),
babelTransformerPath: require.resolve('react-native-svg-transformer'),
Expand Down

0 comments on commit 75c665c

Please sign in to comment.