diff --git a/Examples/UIExplorer/PanResponderExample.js b/Examples/UIExplorer/PanResponderExample.js index 05ba27cd2..649ea21cb 100644 --- a/Examples/UIExplorer/PanResponderExample.js +++ b/Examples/UIExplorer/PanResponderExample.js @@ -27,7 +27,7 @@ var CIRCLE_COLOR = 'blue'; var CIRCLE_HIGHLIGHT_COLOR = 'green'; -var NavigatorIOSExample = React.createClass({ +var PanResponderExample = React.createClass({ statics: { title: 'PanResponder Sample', @@ -133,4 +133,4 @@ var styles = StyleSheet.create({ }, }); -module.exports = NavigatorIOSExample; +module.exports = PanResponderExample;