mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Original commit changeset: 34a8f8395ca7 The problem with the original commit was the usage of optional chaining. This diff removes the usage of optional chaining with good old fashioned null checks. Reviewed By: rickhanlonii Differential Revision: D16593623 fbshipit-source-id: d24cc40c85de9a2e712e5de19e9deb196003ccf2
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"version": "0.0.4",
|
|
"name": "babel-plugin-inline-view-configs",
|
|
"description": "Babel plugin to inline view configs for React Native",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"dependencies": {
|
|
"react-native-codegen": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|