renative icon indicating copy to clipboard operation
renative copied to clipboard

Tizen tabBar '../components/menu'

Open elStranger opened this issue 3 years ago • 2 comments

Hi, I've just discovered your library. Great Job thanks for that.

Is it possible to hide the menu on the Tizen App. Or auto-hide it? Because when I delete/comment it

    <TabStack.Navigator
        // tabBar={ props => <Menu { ...props } /> }
        removeClippedSubviews
        swipeEnabled={ false }
        timingConfig={ { duration: 0.001 } }
    >
        <TabStack.Screen name="home" component={ ScreenHome } />
        <TabStack.Screen name="my-page" component={ ScreenMyPage } />
    </TabStack.Navigator>

it's still here

elStranger avatar Feb 26 '21 02:02 elStranger

The Tab bar is inside index.tv.native.js file , which has nothing to do with Tizen. any edits there will only affect Android TV and tvOS. Edit index.web.js instead

ali-sao avatar Mar 14 '21 22:03 ali-sao

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 02 '21 00:10 stale[bot]

Closing as has been answered, feel free to reopen if needed

GabrieleKaceviciute avatar Aug 11 '23 08:08 GabrieleKaceviciute