-
-
🚀 ** 개발 이슈 **
bottomNavigation의 아이템을 눌러 화면을 이동하려고 하면 java.lang.NullPointerException 에러가 발생
🤔 ** 해결 방안 고안 **
문제의 원인이 몇 가지 있을 수 있다고 한다.
1. NavController 초기화 문제
2. 리소스 ID 불일치 : BottomNavi…
-
> 로그인 후 하단 메뉴 화면 제작
- BottomNavigation UI
-
Select First Item : `bottomNavigation.setCurrentItem(0);`
How can i deselect all the items ... something like clear selection .. Can i do that ....
-
### Which platform(s) does your issue occur on?
- iOS 14 / iPhone 11 (Simulator)
- CLI: 7.0.10
- Cross-platform modules: "version": "7.0.11"
- Runtime(s): 7.0.0
- Plugin(s):
```
"dependencie…
-
### Current behaviour
The title in route.title is displayed in red to indicate that there is an error.
> TS2339: Property title does not exist on type NavigationRoute
>
> Suppress with @ts-igno…
-
Hello @sephiroth, Thanks for great library. I want to use this bottom navigation all over the app like TabViewController in iOS. How can i implement with this. Please give some example for explanation…
-
SO Android 10 - OxigenOS, when parking the App and then reopening it, returns the following error
```
System.err: An uncaught Exception occurred on "main" thread.
System.err: Calling js method on…
ghost updated
4 years ago
-
"@nativescript-community/ui-material-bottomnavigationbar": "^5.1.16"
Component layout
```
```
https://yadi.sk/i/fhmqAQvF…
-
### 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…