Skip to content

Commit 3bdba0e

Browse files
rickhanloniifacebook-github-bot
authored andcommitted
Slider fromUser is required
Summary: This was a mismatch with the schema Reviewed By: cpojer Differential Revision: D15960977 fbshipit-source-id: 08a56ac404eb5d45c6363e4574bd3d7bacf3ca08
1 parent 940a7d5 commit 3bdba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/Slider/SliderNativeComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import type {ViewProps} from '../View/ViewPropTypes';
2525

2626
type Event = $ReadOnly<{|
2727
value: Float,
28-
fromUser?: boolean,
28+
fromUser: boolean,
2929
|}>;
3030

3131
type NativeProps = $ReadOnly<{|

0 commit comments

Comments
 (0)