diff --git a/Examples/LargeListExamples/HeightEqualExample.js b/Examples/LargeListExamples/HeightEqualExample.js index db0bab7b..fdf0a82a 100644 --- a/Examples/LargeListExamples/HeightEqualExample.js +++ b/Examples/LargeListExamples/HeightEqualExample.js @@ -44,8 +44,8 @@ export class HeightEqualExample extends React.Component { renderHeader={this._renderHeader} renderFooter={this._renderFooter} renderScaleHeaderBackground={this._renderHeaderBackground} - onTouchBegin={()=>console.log("onTouchBegin")} - onTouchEnd={()=>console.log("onTouchEnd")} + // onTouchBegin={()=>console.log("onTouchBegin")} + // onTouchEnd={()=>console.log("onTouchEnd")} // onScroll={({nativeEvent:{contentOffset:{x,y}}})=>console.log("onScroll:",x,y)} /> ); diff --git a/android/app/app.iml b/android/app/app.iml index 593d57d4..e822bd42 100644 --- a/android/app/app.iml +++ b/android/app/app.iml @@ -47,13 +47,6 @@ - - - - - - - @@ -61,6 +54,13 @@ + + + + + + + @@ -95,13 +95,11 @@ - - @@ -121,7 +119,6 @@ - @@ -165,8 +162,8 @@ + - \ No newline at end of file diff --git a/package.json b/package.json index 4c200e7b..212072a8 100644 --- a/package.json +++ b/package.json @@ -7,16 +7,13 @@ "test": "jest" }, "dependencies": { - "add": "^2.0.6", - "docsify-cli": "^4.3.0", "lottie-react-native": "^2.5.11", "prop-types": "^15.6.0", "react": "^16.4.1", "react-native": "^0.56.0", - "react-native-gesture-handler": "^1.0.16", + "react-native-gesture-handler": "1.0.10", "react-native-spring-scrollview": "2.0.16", - "react-navigation": "^3.3.0", - "yarn": "^1.13.0" + "react-navigation": "^3.3.0" }, "devDependencies": { "babel-jest": "21.2.0",