Skip to content

Commit

Permalink
Fix internal flow typings
Browse files Browse the repository at this point in the history
Summary: Fixing internal flow typings so that D10085505 can land.

Reviewed By: TheSavior

Differential Revision: D10090690

fbshipit-source-id: cace32332e85e9e9be243bcc49fba471ae1d2864
  • Loading branch information
RSNara authored and facebook-github-bot committed Sep 27, 2018
1 parent 0fb7139 commit 39f6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Experimental/SwipeableRow/SwipeableListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Props = $ReadOnly<{|
rowData: Object,
sectionID: string,
rowID: string,
) => React.Element<any>,
) => ?React.Element<any>,
|}>;

type State = {|
Expand Down

0 comments on commit 39f6264

Please sign in to comment.