Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
пре 8 година
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.
пре 8 година
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.
пре 8 година
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
пре 8 година
Alexey Prokhorov
c155300f92
Bug: right drawer on Android isn't shown (#569 )
https://github.com/wix/react-native-navigation/issues/297
пре 8 година
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
пре 8 година
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 година
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
пре 8 година
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
пре 8 година
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
пре 8 година
Guy Carmeli
7595f9773f
Fix resetTo in SingleScreenApp
fixes #226
пре 8 година
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 година
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
пре 8 година
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 година
Guy Carmeli
e6ab1b9384
Show fab in ViewPager first screen
пре 8 година
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
пре 8 година
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
пре 8 година
Guy Carmeli
91d1bac43c
Initial commit
пре 8 година
Guy Carmeli
62877cf47c
Send sideMenu button press event when drawer not defined
fixes #274
пре 8 година
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
пре 8 година
Guy Carmeli
8999785b09
Hide Snackbar on screen changes
пре 8 година
Guy Carmeli
5cd911c6f8
Hide Snacker when ViewPager screen changes
пре 8 година
Guy Carmeli
4754164874
Snacker works in SingleScreenLayout
пре 8 година
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
пре 8 година
Guy Carmeli
26136d3cb6
Show modal with animation
пре 8 година
Guy Carmeli
8b580ca2a9
Fix selectedTab event
пре 8 година
Guy Carmeli
b58d9c4f67
Implement overrideBackPress
пре 8 година
Guy Carmeli
fafc52a124
Support pushing screens to unselected tabs
пре 8 година
Guy Carmeli
b53481d285
Implement setSideMenuVisible and toggleSideMenuVisible
пре 8 година
Guy Carmeli
72dd351d1f
Open SideMenu on burger button click
пре 8 година
Guy Carmeli
41d43d8b6c
Add a navigator instance to SideMenu
пре 8 година
Guy Carmeli
12374aa32a
Implement SideMenu in SingleScreenLayout
пре 8 година
Guy Carmeli
0429c781a7
Show first screen in modal
пре 8 година
Guy Carmeli
36bcfd03de
Get screen LayoutParams from parent
пре 8 година
Guy Carmeli
1996de6d1b
Add ability to push pop screens without animation
пре 8 година
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 година
Guy Carmeli
d6d704450e
Fix TitleBar back button in Modal
пре 8 година
Guy Carmeli
aa2ce1c432
Set BottomTab style after TitleBar back button click
пре 8 година
Daniel Zlotin
3911e8cdc3
minor fixes
пре 8 година
Daniel Zlotin
5016c3cc44
FragmentScreen
пре 8 година
Guy Carmeli
f17b1f024c
Set left button dynamically
пре 8 година
Daniel Zlotin
9a85260af9
connected Modal
пре 8 година
Daniel Zlotin
c58f15a0b8
ScreenStackContainer + modals
пре 8 година
Daniel Zlotin
41c17ec8e0
moved screens to screens
пре 8 година
Daniel Zlotin
7c5d60b14f
working on modals
пре 8 година
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
пре 8 година
Guy Carmeli
f6a768afd0
set TitleBar title
пре 8 година
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
пре 8 година
Daniel Zlotin
a109e51b45
newStack
пре 8 година
Daniel Zlotin
65fe5346ce
unmount fix
пре 8 година