"end" is not a reserved word anymore · rescript-react-native/rescript-react-native@92e3c6f

Original file line numberDiff line numberDiff line change

@@ -212,7 +212,7 @@ style: (

212212

~bottom: size=?,

213213

~direction: @string [@as("inherit") #inherit_ | #ltr | #rtl]=?,

214214

~display: display=?,

215-

~_end: size=?,

215+

~end: size=?,

216216

~flex: float=?,

217217

~flexBasis: margin=?,

218218

~flexDirection: @string

@@ -347,7 +347,7 @@ viewStyle: (

347347

~bottom: size=?,

348348

~direction: @string [@as("inherit") #inherit_ | #ltr | #rtl]=?,

349349

~display: display=?,

350-

~_end: size=?,

350+

~end: size=?,

351351

~flex: float=?,

352352

~flexBasis: margin=?,

353353

~flexDirection: @string

@@ -520,7 +520,7 @@ textStyle: (

520520

~bottom: size=?,

521521

~direction: @string [@as("inherit") #inherit_ | #ltr | #rtl]=?,

522522

~display: display=?,

523-

~_end: size=?,

523+

~end: size=?,

524524

~flex: float=?,

525525

~flexBasis: margin=?,

526526

~flexDirection: @string

@@ -658,7 +658,7 @@ imageStyle: (

658658

~bottom: size=?,

659659

~direction: @string [@as("inherit") #inherit_ | #ltr | #rtl]=?,

660660

~display: display=?,

661-

~_end: size=?,

661+

~end: size=?,

662662

~flex: float=?,

663663

~flexBasis: margin=?,

664664

~flexDirection: @string