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 ( - + ); };