mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-04 21:09:21 +08:00
Cleanup: Prefer React.Element over React$?Element
Reviewed By: vjeux Differential Revision: D4013049 fbshipit-source-id: 18a447fdbc584418d6a51770363bcd221e7fb7dc
This commit is contained in:
committed by
Facebook Github Bot
parent
beca25083a
commit
e8198aed8d
@@ -76,7 +76,7 @@ class NavigationCard extends React.Component<any, Props, any> {
|
||||
style: PropTypes.any,
|
||||
};
|
||||
|
||||
render(): ReactElement<any> {
|
||||
render(): React.Element<any> {
|
||||
const {
|
||||
panHandlers,
|
||||
pointerEvents,
|
||||
|
||||
Reference in New Issue
Block a user