From d41dbb6d19a84022dd45d4188918381cce7598ad Mon Sep 17 00:00:00 2001 From: Smallpath Date: Sun, 3 Dec 2017 18:03:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(Android):=20=E4=BF=AE=E5=A4=8D=E5=AE=89?= =?UTF-8?q?=E5=8D=935.0=E6=B6=9F=E6=BC=AA=E6=BA=A2=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psnine/bootstrap/import.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psnine/bootstrap/import.tsx b/psnine/bootstrap/import.tsx index 55f7265..fde7a05 100644 --- a/psnine/bootstrap/import.tsx +++ b/psnine/bootstrap/import.tsx @@ -66,7 +66,7 @@ class IOSActivityIndicator extends Component { let TouchableComponent if (!isIOS) { - TouchableComponent = Platform.Version <= 20 ? ExtendedTouchableOpacity : TouchableNativeFeedback + TouchableComponent = Platform.Version <= 22 ? ExtendedTouchableOpacity : TouchableNativeFeedback } else { TouchableComponent = ExtendedTouchableOpacity }