mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Remove PropTypes from IncrementalPresenter (#21343)
Summary: Related to https://github.com/facebook/react-native/issues/21342 Pull Request resolved: https://github.com/facebook/react-native/pull/21343 Reviewed By: RSNara Differential Revision: D10080219 Pulled By: TheSavior fbshipit-source-id: 3a9108208fe6aaa7a30b99f24ceef03e884ec48a
This commit is contained in:
committed by
Facebook Github Bot
parent
748cf82c97
commit
0625c348cc
@@ -53,7 +53,7 @@ type DirectEventProps = $ReadOnly<{|
|
||||
*
|
||||
* See http://facebook.github.io/react-native/docs/view.html#onlayout
|
||||
*/
|
||||
onLayout?: ?(event: LayoutEvent) => void,
|
||||
onLayout?: ?(event: LayoutEvent) => mixed,
|
||||
|
||||
/**
|
||||
* When `accessible` is `true`, the system will invoke this function when the
|
||||
|
||||
Reference in New Issue
Block a user