Summary: This was a mismatch with the schema

Reviewed By: cpojer

Differential Revision: D15960977

fbshipit-source-id: 08a56ac404eb5d45c6363e4574bd3d7bacf3ca08
This commit is contained in:
Rick Hanlon 2019-06-24 04:55:24 -07:00 коммит произвёл Facebook Github Bot
Родитель 940a7d5a51
Коммит 3bdba0e0dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ import type {ViewProps} from '../View/ViewPropTypes';
type Event = $ReadOnly<{|
value: Float,
fromUser?: boolean,
fromUser: boolean,
|}>;
type NativeProps = $ReadOnly<{|