Giter Site home page Giter Site logo

Comments (13)

malvikiran avatar malvikiran commented on May 17, 2024 1

@mariomurrent-softwaresolutions - Currently it is 3

from react-native-tabbar-interaction.

malvikiran avatar malvikiran commented on May 17, 2024 1

@longnk-1447 this is a different issue and it is not related to this thread. Can you pls create it separately?

from react-native-tabbar-interaction.

malvikiran avatar malvikiran commented on May 17, 2024

It will be available in next version.

from react-native-tabbar-interaction.

Malikkhoja-zz avatar Malikkhoja-zz commented on May 17, 2024

Hi,

When can we expect the new release with 5 tab items?

Eagerly waiting :)

Thanks in Advance

from react-native-tabbar-interaction.

mariomurrent-softwaresolutions avatar mariomurrent-softwaresolutions commented on May 17, 2024

Whats currently the maximum number of items? 3 or 4?

from react-native-tabbar-interaction.

mariomurrent-softwaresolutions avatar mariomurrent-softwaresolutions commented on May 17, 2024

@mariomurrent-softwaresolutions - Currently it is 3

Hopefully there will be a new version soon :) - anyway, awesome job with this tab bar

from react-native-tabbar-interaction.

malvikiran avatar malvikiran commented on May 17, 2024

@mariomurrent-softwaresolutions Thanks

from react-native-tabbar-interaction.

tontact avatar tontact commented on May 17, 2024

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 facebook/react-native#4968
I have this problem anybody can solve it.( My react native version 3) or this library cannot support in version 3

from react-native-tabbar-interaction.

mrmurphy avatar mrmurphy commented on May 17, 2024

@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".

from react-native-tabbar-interaction.

longnk-1447 avatar longnk-1447 commented on May 17, 2024

@mrmurphy I cannot import ScrollView, FlatList, after import navBar not transparent?

from react-native-tabbar-interaction.

longnk-1447 avatar longnk-1447 commented on May 17, 2024

Simulator Screen Shot - iPhone X - 2019-10-09 at 16 13 23

from react-native-tabbar-interaction.

longnk-1447 avatar longnk-1447 commented on May 17, 2024
<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>

from react-native-tabbar-interaction.

ankits47b avatar ankits47b commented on May 17, 2024

will be available in next version.

When you release next version? I am really excited to use this but I have 5 tab....

from react-native-tabbar-interaction.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.