Closed Eesssn closed 5 years ago
It will be available in next version.
Hi,
When can we expect the new release with 5 tab items?
Eagerly waiting :)
Thanks in Advance
Whats currently the maximum number of items? 3 or 4?
@mariomurrent-softwaresolutions - Currently it is 3
@mariomurrent-softwaresolutions - Currently it is 3
Hopefully there will be a new version soon :) - anyway, awesome job with this tab bar
@mariomurrent-softwaresolutions Thanks
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module react-native-tab-bar-interaction
from /Users/Ton/Desktop/Internship/navigationDemo/App1.js
: Module react-native-tab-bar-interaction
does not exist in the Haste module map This might be related to https://github.com/facebook/react-native/issues/4968
I have this problem anybody can solve it.( My react native version 3) or this library cannot support in version 3
@tontact a new issue would be a better place to ask, but I'll drop an answer here. The readme needs to be updated, you need to update your code to use the module name "@mindinventory/react-native-tab-bar-interaction".
@mrmurphy I cannot import ScrollView, FlatList, after import navBar not transparent?
<View style={styles.container}>
<TabBar>
<TabBar.Item
icon={require('../../Images/certificate.png')}
selectedIcon={require('../../Images/certificate.png')}
title="Tab1"
screenBackgroundColor={{ backgroundColor: COLORS.COLOR_VIBLO }}
>
<View style={{flex: 1, backgroundColor: 'yellow'}}>
<ScrollView>
<Text>12321</Text>
....
</ScrollView>
</View>
</TabBar.Item>
<TabBar.Item
icon={require('../../Images/profile.png')}
selectedIcon={require('../../Images/profile.png')}
title="Tab2"
screenBackgroundColor={{ backgroundColor: '#F08080' }}
>
<View>
{/*Page Content*/}
</View>
</TabBar.Item>
<TabBar.Item
icon={require('../../Images/trophy.png')}
selectedIcon={require('../../Images/trophy.png')}
title="Tab3"
screenBackgroundColor={{ backgroundColor: '#485d72' }}
>
<View>
{/*Page Content*/}
</View>
</TabBar.Item>
</TabBar>
</View>
@longnk-1447 this is a different issue and it is not related to this thread. Can you pls create it separately?
will be available in next version.
When you release next version? I am really excited to use this but I have 5 tab....
hi did u solve add 5 item to menu? that for responsibility