From 249d9ead1e62387d3e77ddaf8293110d1289293b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E7=A0=B4=E5=A4=A9?= Date: Fri, 8 Mar 2019 17:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=BA=9B3.0.10?= =?UTF-8?q?=E7=9A=84=E7=BB=86=E8=8A=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LargeListExamples/HeightEqualExample.js | 4 ++-- android/app/app.iml | 19 ++++++++----------- package.json | 7 ++----- 3 files changed, 12 insertions(+), 18 deletions(-) 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",