frontGPT

Results 2 comments of frontGPT

重写了个,解决了这个问题,可以去看看: https://github.com/nicetu/android-multi-channel.git

自定义defaultTabBar如下: ```javascript import { default as RN, Animated, Dimensions, Platform, ScrollView, Text, TouchableOpacity, View, } from 'react-native'; import { TabBarPropsType } from 'rmc-tabs/lib/PropsType'; import { Models } from 'rmc-tabs/lib/Models'; import...