Remove optional codegen config inside template (#33108)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
Andrei Shikov
2022-02-24 14:36:05 +00:00
parent 61f0d1a7d1
commit 2cd3173991
-3
View File
@@ -25,8 +25,5 @@
},
"jest": {
"preset": "react-native"
},
"codegenConfig": {
"libraries": []
}
}