Skip to content

Commit 3fc74fc

Browse files
authored
Merge pull request #148 from liveviewnative/carsonk/modifier-names
Use snake_case modifier keys
2 parents 41753ce + 269fb68 commit 3fc74fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/LiveViewNative/BuiltinRegistry.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ struct BuiltinRegistry {
7272

7373
enum ModifierType: String {
7474
case frame
75-
case listRowInsets
76-
case listRowSeparator
77-
case navigationTitle
75+
case listRowInsets = "list_row_insets"
76+
case listRowSeparator = "list_row_separator"
77+
case navigationTitle = "navigation_title"
7878
case padding
7979
case tint
8080
}

0 commit comments

Comments
 (0)