mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative][easy] Fix naming in PanResponderExample
This commit is contained in:
@@ -27,7 +27,7 @@ var CIRCLE_COLOR = 'blue';
|
|||||||
var CIRCLE_HIGHLIGHT_COLOR = 'green';
|
var CIRCLE_HIGHLIGHT_COLOR = 'green';
|
||||||
|
|
||||||
|
|
||||||
var NavigatorIOSExample = React.createClass({
|
var PanResponderExample = React.createClass({
|
||||||
|
|
||||||
statics: {
|
statics: {
|
||||||
title: 'PanResponder Sample',
|
title: 'PanResponder Sample',
|
||||||
@@ -133,4 +133,4 @@ var styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = NavigatorIOSExample;
|
module.exports = PanResponderExample;
|
||||||
|
|||||||
Reference in New Issue
Block a user