Skip to content

Commit

Permalink
One-for-All-144
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo-Kgym committed May 17, 2024
1 parent 0bfc7d3 commit 3c51273
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/expo/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ module.exports = function (api) {
],
plugins: [
require.resolve("react-native-reanimated/plugin"),
[
"module:react-native-dotenv",
{
moduleName: "@env",
path: ".env",
blacklist: null,
whitelist: null,
safe: false,
allowUndefined: true,
},
],
// [
// "module:react-native-dotenv",
// {
// moduleName: "@env",
// path: ".env",
// blacklist: null,
// whitelist: null,
// safe: false,
// allowUndefined: true,
// },
// ],
],
};
};

0 comments on commit 3c51273

Please sign in to comment.