[ReactNative][easy] Fix naming in PanResponderExample
This commit is contained in:
parent
f703000d1f
commit
b1549337f3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue