-
Hi I am unable to hide the bottomnavigation bar when selecting pushing a second fragment onto a particular tab as Fragment B does not have access to Navigation menu activity. I have tried using
bott…
-
I want to get the id's of the bottom navigation in order to use the [TapTarget ](https://github.com/KeepSafe/TapTargetView) Library
`TapTarget.forView(findViewById(R.id.target)`
is there any way t…
ghost updated
7 years ago
-
### Current behaviour
React 18.3 adds a warning about spreading props containing a "key" prop (https://github.com/facebook/react/pull/25697). Current version of React Native uses 18.2, but I think we…
-
### Version
2.5.0
### Reproduction link
[https://play.nativescript.org/?template=play-vue&id=Cr5A99&v=22](https://play.nativescript.org/?template=play-vue&id=Cr5A99&v=22)
### Platform and OS inf…
-
Hello. It would be great if we could add transitions to `TabNavigator` content in the same manner as we do for normal screens:
```kotlin
TabNavigator(initialMainTab.tab) { tabNavigator ->
Sca…
-
I tried a lot but can't change the color of inactive items. they always have a gray color. this is my code
AHBottomNavigationItem homeItem = new AHBottomNavigationItem(R.string.home, R.drawable.ic_…
-
Hi,
I want to implement an app tour which mainly includes BottomNavigation items. I casted MenuItem to View like the code snippet below, but it doesn't do the trick (which I didn't expect it to do …
-
I've tried all constructors of Navigation Items,
Setting up the setAccentColor(), setInactiveColor(),
But the active and inactive colors of text and icon aren't changing!
It gets a default color …
-
This is my code, my problem is after applying `setOnTabSelectedListener` it stops working to change item color. if I remove `setOnTabSelectedListener` it's working great
position, ripple effect wor…
-
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
There seems to be a weird bug when combining BottomNavigation with another Navigation outside o…