Skip to content

Commit

Permalink
Remove optional codegen config inside template (#33108)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #33108

The codegen config is optional and can be removed from the default package.json configuration in the template to simplify 0.68 upgrade for people who are not opted-in to the new arch.

Changelog: [Internal] - Remove optional codegenConfig field from template

Reviewed By: cortinico

Differential Revision: D34216988

fbshipit-source-id: 5c448472eed99bc112aef204c4025454171a83c5
  • Loading branch information
Andrei Shikov committed Feb 24, 2022
1 parent 61f0d1a commit 2cd3173
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions template/package.json
Expand Up @@ -25,8 +25,5 @@
},
"jest": {
"preset": "react-native"
},
"codegenConfig": {
"libraries": []
}
}

0 comments on commit 2cd3173

Please sign in to comment.