Skip to content

Commit

Permalink
Change default metro.config.js to utilize inline requires
Browse files Browse the repository at this point in the history
This feature has been in experimental mode since 0.59.0
  • Loading branch information
GantMan authored Aug 26, 2020
1 parent 549e5a8 commit 83efc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
inlineRequires: true,
},
}),
},
Expand Down

0 comments on commit 83efc70

Please sign in to comment.