0
ライブラリ:react-native-scrollable-tab-view 私が間違っていることを理解できません:/私はtabBarBackgroundColorを変更したいと思います:反応ネイティブスクロール可能なタブビューとその小道具の問題:(反応するネイティブ)
export default class MainNavigation extends Component{
render() {
return (<ScrollableTabView
style={{marginTop: 20}}
initialPage={1}
renderTabBar={() => <FacebookTabBar />}
tabBarPosition="bottom"
locked={true}
tabBarBackgroundColor = "#FF0000" // <------
tabBarActiveTextColor = "#FF0000" // <------
>
<ScrollView tabLabel="list-ul" style={styles.tabView}>
<View style={styles.card}>
<Text>Übersicht</Text>
</View>
</ScrollView>
...
しかし、それはそれを無視していますし、>何もしていない。<
tabBarPosition = "下"とがロックを= {本当}はうまく働いている。
ヒント?それを本当に感謝:)
挨拶、 ステファニー^ _^