mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Add modal kebab-case enum props
Summary: Adds disabled kebab case modal props now that we can safely generate them to cpp Reviewed By: JoshuaGross, mdvacca Differential Revision: D15218837 fbshipit-source-id: d712e53f53d91ae14bba9956321530907f67d2e8
This commit is contained in:
committed by
Facebook Github Bot
parent
43357df5cd
commit
d06983f737
@@ -149,19 +149,18 @@ const ModalSchema: SchemaType = {
|
||||
{
|
||||
name: 'portrait',
|
||||
},
|
||||
// TODO T43735085: uncomment when hyphen symobls are proplerly supoported in code gen.
|
||||
// {
|
||||
// name: 'portrait-upside-down',
|
||||
// },
|
||||
{
|
||||
name: 'portrait-upside-down',
|
||||
},
|
||||
{
|
||||
name: 'landscape',
|
||||
},
|
||||
// {
|
||||
// name: 'landscape_left',
|
||||
// },
|
||||
// {
|
||||
// name: 'landscape_right',
|
||||
// },
|
||||
{
|
||||
name: 'landscape-left',
|
||||
},
|
||||
{
|
||||
name: 'landscape-right',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user