mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
RN: Fix Type for ReactNative.NativeComponent (2/2)
Reviewed By: TheSavior Differential Revision: D7984936 fbshipit-source-id: d0477c54420b49220e9529fa70c2b2babce0b409
This commit is contained in:
committed by
Facebook Github Bot
parent
de11ba2a5e
commit
752863629d
@@ -484,6 +484,7 @@ class RTLExample extends React.Component<any, State> {
|
||||
<RNTesterBlock
|
||||
title={'Controlling Animation'}
|
||||
description={'Animation direction according to layout'}>
|
||||
{/* $FlowFixMe - Typing ReactNativeComponent revealed errors */}
|
||||
<View Style={styles.view}>
|
||||
<AnimationBlock
|
||||
onPress={this._linearTap}
|
||||
|
||||
Reference in New Issue
Block a user