Skip to content

Commit

Permalink
fix: example babelc
Browse files Browse the repository at this point in the history
  • Loading branch information
1uokun committed Jul 10, 2022
1 parent 982ba6a commit 6602269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function (api) {
api.cache(true)
return {
presets: ['babel-preset-expo'],
presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'],
}
}

0 comments on commit 6602269

Please sign in to comment.