flexn-io / renative

🚀🚀🚀 Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
https://renative.org
MIT License
1.82k stars 180 forks source link

Tizen tabBar '../components/menu' #657

Closed elStranger closed 1 year ago

elStranger commented 3 years ago

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

ali-sao commented 3 years ago

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

stale[bot] commented 3 years ago

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.

GabrieleKaceviciute commented 1 year ago

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