From 3d528af5b233d78d7d712a929f96d0927b1df1be Mon Sep 17 00:00:00 2001 From: Pengfei Xing Date: Tue, 21 Feb 2017 17:02:53 -0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=2003=5Flibrary=5Fde?= =?UTF-8?q?mo=20=E4=B8=AD=20=5FrenderIcon=20=20=E6=96=B9=E6=B3=95=EF=BC=8C?= =?UTF-8?q?=E5=8E=9F=E6=96=B9=E6=B3=95=E5=9C=A8=20iOS=20=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E4=B8=8A=E6=9C=89error=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/03_library_demo/tab_demo/BottomTabViewTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/03_library_demo/tab_demo/BottomTabViewTest.js b/app/03_library_demo/tab_demo/BottomTabViewTest.js index f2b8eea..d4825a0 100644 --- a/app/03_library_demo/tab_demo/BottomTabViewTest.js +++ b/app/03_library_demo/tab_demo/BottomTabViewTest.js @@ -44,9 +44,9 @@ export default class BottomTabViewTest extends Component { ); }; - _renderIcon = ({ route }: any) => { + _renderIcon = ({ route }) => { return ( - + ); };