Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
du5rte committed May 14, 2020
1 parent af23028 commit b66e9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ app.listen(PORT, () => {
## Babel Plugin

```
{
"presets": ["@babel/preset-env"],
"plugins": ["secrets/babel-plugin-secrets"]
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['secrets/babel-plugin-secrets'],
}
```

Expand Down

0 comments on commit b66e9fd

Please sign in to comment.