This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…264 by @mikaoelitiana)
- Loading branch information
1 parent
2029b25
commit 352cb79
Showing
3 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = { | ||
presets: ["module:metro-react-native-babel-preset", "module:react-native-dotenv"], | ||
env: { | ||
production: {} | ||
}, | ||
plugins: [ | ||
[ | ||
"@babel/plugin-proposal-decorators", | ||
{ | ||
legacy: true | ||
} | ||
], | ||
["@babel/plugin-proposal-optional-catch-binding"] | ||
] | ||
} |