mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Update ReactNative site docgen to handle ViewPropTypes
Reviewed By: hramos Differential Revision: D4795300 fbshipit-source-id: 5ed1dccd94dbefd661532a5a412b9dbecbc8fc93
This commit is contained in:
committed by
Facebook Github Bot
parent
140c5f657c
commit
704b662437
@@ -103,9 +103,12 @@ const stylesForEmbed = [
|
||||
'../Libraries/Image/ImageStylePropTypes.js',
|
||||
];
|
||||
|
||||
const viewPropTypes = '../Libraries/Components/View/ViewPropTypes.js';
|
||||
|
||||
module.exports = {
|
||||
components,
|
||||
apis,
|
||||
stylesWithPermalink,
|
||||
stylesForEmbed,
|
||||
viewPropTypes,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user