mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update ktfmt component on FBS:master
Reviewed By: hick209 Differential Revision: D49300079 fbshipit-source-id: 7e704e2366feee3f6f2c25ac25d3daea407e71f9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d208dc422c
commit
88395bb17d
+1
-2
@@ -42,8 +42,7 @@ internal object ProjectUtils {
|
||||
.property(propertyString)
|
||||
.toString()
|
||||
.lowercaseCompat()
|
||||
.toBooleanStrictOrNullCompat()
|
||||
?: true
|
||||
.toBooleanStrictOrNullCompat() ?: true
|
||||
} else if (project.extensions.extraProperties.has("react")) {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val reactMap = project.extensions.extraProperties.get("react") as? Map<String, Any?>
|
||||
|
||||
Reference in New Issue
Block a user