mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 08:26:23 +00:00
Fix website with Animated
Animated.js has been renamed (and moved) to AnimatedImplementation.js, so we need to update the path and add another translation rule.
This commit is contained in:
parent
7806c0875b
commit
00ceec9def
@ -34,6 +34,8 @@ function getNameFromPath(filepath) {
|
|||||||
return 'Transforms';
|
return 'Transforms';
|
||||||
} else if (filepath === 'TabBarItemIOS') {
|
} else if (filepath === 'TabBarItemIOS') {
|
||||||
return 'TabBarIOS.Item';
|
return 'TabBarIOS.Item';
|
||||||
|
} else if (filepath === 'AnimatedImplementation') {
|
||||||
|
return 'Animated';
|
||||||
}
|
}
|
||||||
return filepath;
|
return filepath;
|
||||||
}
|
}
|
||||||
@ -217,7 +219,7 @@ var components = [
|
|||||||
var apis = [
|
var apis = [
|
||||||
'../Libraries/ActionSheetIOS/ActionSheetIOS.js',
|
'../Libraries/ActionSheetIOS/ActionSheetIOS.js',
|
||||||
'../Libraries/Utilities/AlertIOS.js',
|
'../Libraries/Utilities/AlertIOS.js',
|
||||||
'../Libraries/Animated/Animated.js',
|
'../Libraries/Animated/src/AnimatedImplementation.js',
|
||||||
'../Libraries/AppRegistry/AppRegistry.js',
|
'../Libraries/AppRegistry/AppRegistry.js',
|
||||||
'../Libraries/AppStateIOS/AppStateIOS.ios.js',
|
'../Libraries/AppStateIOS/AppStateIOS.ios.js',
|
||||||
'../Libraries/Storage/AsyncStorage.ios.js',
|
'../Libraries/Storage/AsyncStorage.ios.js',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user