Skip to content

Commit

Permalink
Atualizando configurações
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoGurgel committed Nov 7, 2023
1 parent 401dac9 commit 160f8dc
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 17,470 deletions.
9 changes: 3 additions & 6 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo","@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"],
plugins: [
["@babel/plugin-transform-class-properties", { "loose": false }],
["@babel/plugin-transform-private-methods", { "loose": false }],
],
presets: ["babel-preset-expo"],
plugins: ["expo-router/babel"],
};
};
};
Loading

0 comments on commit 160f8dc

Please sign in to comment.