mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Tightening types for View and VirtualizedList
Reviewed By: yungsters Differential Revision: D7215391 fbshipit-source-id: fa144c0dc3fd897864403b589e943ea88e78a999
This commit is contained in:
committed by
Facebook Github Bot
parent
c9d756285a
commit
5035af80ec
@@ -104,4 +104,4 @@ if (__DEV__) {
|
||||
}
|
||||
|
||||
// No one should depend on the DEV-mode createClass View wrapper.
|
||||
module.exports = ((ViewToExport: any): typeof RCTView);
|
||||
module.exports = ((ViewToExport: any): typeof View);
|
||||
|
||||
Reference in New Issue
Block a user