Skip to content

Commit

Permalink
Added a reference to metro RN preset in babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrod01 committed Mar 17, 2019
1 parent 7e764ce commit d6efa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: []
presets: ["module:metro-react-native-babel-preset"]
};

0 comments on commit d6efa36

Please sign in to comment.