Daniel Zlotin
1d9a852533
moving stuff around to work on everything locally without hacks
7 years ago
Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
7 years ago
Guy Carmeli
0211af8bf6
Fixes overlapping fab. (#620 )
This commit also introduces a tempprary fix to an issue where fab is
displayed on wrong screen when switching between bottom tabs rapidly.
7 years ago
Ioannis Kokkinidis
8ddd52b298
Sends a nav event whenever the sideMenu button is clicked. (Android) (#617 )
* Dispatch a navigation event whenever the side menu button is clicked (BottomTabsLayout)
* Dispatch a navigation event whenever the side menu button is clicked (SingleScreenLayout)
* Changed the way the navigatorEventId is retrieved in SingleScreenLayout.
7 years ago
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
7 years ago
Alexey Prokhorov
c155300f92
Bug: right drawer on Android isn't shown (#569 )
https://github.com/wix/react-native-navigation/issues/297
8 years ago
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
8 years ago
Guy Carmeli
c10f41ff0e
Search android (#432 )
* Move event emmiter logic out of Application
* Implement searchView
Usage:
```js
rightButtons: [
{
id: 'searchView',
label: 'Search',
hint: 'Search...'
}
]
```
* Translucent TitleBar
* Collapse TopBar
* Less noticeable translucent effect
* Implement ScrollViewDetector
* Collapse on fling
* Collapse on touch up
Complete collapse on touch up instead of fling
8 years ago
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
8 years ago
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
8 years ago
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
8 years ago
Guy Carmeli
7595f9773f
Fix resetTo in SingleScreenApp
fixes #226
8 years ago
Guy Carmeli
66230e2a49
Check if modal contains navigator
When ivoking navigation actions such as push, pop etc, instead of
checking modal visibility, check if modal actually contains the given
navigator. This fix alows to change navigation state in screens while
modal is displayed.
8 years ago
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
8 years ago
Guy Carmeli
12684b5418
Change topTabParams to PageParams
TopTabParams are a subset of ScreenParams, moved the properties that
are shared by both classes to BaseScreenParams.
This change was needed to report screen changes properly in ViewPagerScreen
8 years ago
Guy Carmeli
e6ab1b9384
Show fab in ViewPager first screen
8 years ago
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
8 years ago
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
8 years ago
Guy Carmeli
91d1bac43c
Initial commit
8 years ago
Guy Carmeli
62877cf47c
Send sideMenu button press event when drawer not defined
fixes #274
8 years ago
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
8 years ago
Guy Carmeli
8999785b09
Hide Snackbar on screen changes
8 years ago
Guy Carmeli
5cd911c6f8
Hide Snacker when ViewPager screen changes
8 years ago
Guy Carmeli
4754164874
Snacker works in SingleScreenLayout
8 years ago
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
8 years ago
Guy Carmeli
26136d3cb6
Show modal with animation
8 years ago
Guy Carmeli
8b580ca2a9
Fix selectedTab event
8 years ago
Guy Carmeli
b58d9c4f67
Implement overrideBackPress
8 years ago
Guy Carmeli
fafc52a124
Support pushing screens to unselected tabs
8 years ago
Guy Carmeli
b53481d285
Implement setSideMenuVisible and toggleSideMenuVisible
8 years ago
Guy Carmeli
72dd351d1f
Open SideMenu on burger button click
8 years ago
Guy Carmeli
41d43d8b6c
Add a navigator instance to SideMenu
8 years ago
Guy Carmeli
12374aa32a
Implement SideMenu in SingleScreenLayout
8 years ago
Guy Carmeli
0429c781a7
Show first screen in modal
8 years ago
Guy Carmeli
36bcfd03de
Get screen LayoutParams from parent
8 years ago
Guy Carmeli
1996de6d1b
Add ability to push pop screens without animation
8 years ago
Guy Carmeli
187144675e
Add push and pop screen transition
This commit is the first step in adding proper screen transition
animations to push and pop actions.
8 years ago
Guy Carmeli
d6d704450e
Fix TitleBar back button in Modal
8 years ago
Guy Carmeli
aa2ce1c432
Set BottomTab style after TitleBar back button click
8 years ago
Daniel Zlotin
3911e8cdc3
minor fixes
8 years ago
Daniel Zlotin
5016c3cc44
FragmentScreen
8 years ago
Guy Carmeli
f17b1f024c
Set left button dynamically
8 years ago
Daniel Zlotin
9a85260af9
connected Modal
8 years ago
Daniel Zlotin
c58f15a0b8
ScreenStackContainer + modals
8 years ago
Daniel Zlotin
41c17ec8e0
moved screens to screens
8 years ago
Daniel Zlotin
7c5d60b14f
working on modals
8 years ago
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
8 years ago
Guy Carmeli
f6a768afd0
set TitleBar title
8 years ago
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
8 years ago
Daniel Zlotin
a109e51b45
newStack
8 years ago