Merge pull request #2946 from vjeux/fix_animated_docs
Fix website with Animated
This commit is contained in:
commit
48e042378d
|
@ -34,6 +34,8 @@ function getNameFromPath(filepath) {
|
|||
return 'Transforms';
|
||||
} else if (filepath === 'TabBarItemIOS') {
|
||||
return 'TabBarIOS.Item';
|
||||
} else if (filepath === 'AnimatedImplementation') {
|
||||
return 'Animated';
|
||||
}
|
||||
return filepath;
|
||||
}
|
||||
|
@ -217,7 +219,7 @@ var components = [
|
|||
var apis = [
|
||||
'../Libraries/ActionSheetIOS/ActionSheetIOS.js',
|
||||
'../Libraries/Utilities/AlertIOS.js',
|
||||
'../Libraries/Animated/Animated.js',
|
||||
'../Libraries/Animated/src/AnimatedImplementation.js',
|
||||
'../Libraries/AppRegistry/AppRegistry.js',
|
||||
'../Libraries/AppStateIOS/AppStateIOS.ios.js',
|
||||
'../Libraries/Storage/AsyncStorage.ios.js',
|
||||
|
|
Loading…
Reference in New Issue