-
Assume i have Dynamic menu list
dynamicMenu=[Page1(),Page2(),Page3()]
@agordn52
then how can add this in Base navigation hu
```Dart
/// Navigation pages
_BaseNavigationHubState()
:…
-
I am having this error after replacing createStackNavigator with createSharedElementStackNavigator and this is the case with 5.0.0-alpha1 and v3 as well
```
[Thu Dec 10 2020 15:48:46.732] ERROR …
-
### Feature request type
New component
### Component name
bottom navigation
### Is your feature request related to a problem?
![image](https://user-images.githubusercontent.com/30250585/192911248…
-
# Issue
As GFG repo continues to grow larger, the current folder structure doesn't seem be as clear and direct to a developer.
As a result, differentiating from a `dummy` component from a `page` …
-
### Which platform(s) does your issue occur on?
- iOS, latest
### Please, provide the following version numbers that your issue occurs with:
- CLI: 8.7.0
- Cross-platform modules: 8.7.0
- Run…
-
Styles are not applying on Stepper Layout. I've added "ms_stepperStyle" in main application theme as shown below.
`
?colorPrimary
@style/StepperStyle
@…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://gith…
-
오늘 화면의 플로우를 구성하기 위해서 네비게이터 셋팅을 진행했다.
기본 Main 액티비티는 Fragment 와 BottomNavigation 으로 구성되어있고,
4개의 뷰를 나타내면 끝이다.
(동네생활 / 모임 더 둘러보기 / 모임 가입하기 / 모임 프로필 만들기)
[동네생활 > 모임 더 둘러보기 > 모임 가입하기 ] 의 흐름을 가진다.
…
-
I use functions like:
- setBackgroundBottomColor(R.color.red)
- setSelectedIconColor(R.color.green)
- ...
I can't change the color my way
everyone, please help me