Guy Carmeli
80c3c93005
Stop notifying scrollChanged events when scroll view over scrolls
9 lat temu
Guy Carmeli
337ab33d5e
Toggle tabs
9 lat temu
Guy Carmeli
044e4da36c
Setup ScrollView with BottomNavigation in RctView
9 lat temu
Guy Carmeli
2683e395fd
Find proper ScrollView and detect scroll
9 lat temu
Guy Carmeli
9c7f5efd45
Initial commit
Use custom BottomNavigation view.
change BottomTabActivity layout, content frame is now being drawn
behind BottomTabs.
9 lat temu
Daniel Zlotin
be932b849b
converted layouts to CoordinatorLayout
9 lat temu
Guy Carmeli
e53995b7f6
Remove redundant code related to toolbar styling
9 lat temu
Guy Carmeli
31d7ed4eb6
Toggle bottom tabs after popToRoot
9 lat temu
Guy Carmeli
0aaed3300d
Support tabBarHidden property
9 lat temu
Amit Davidi
3c154f8203
Add support in switchToTab() with no parameters
9 lat temu
Guy Carmeli
34f09ff4dd
Unmount screens before handling bundle reload
When ever bundle was reloaded, all currently registered screens
where recreated since they were still attached to the react context.
This commit adds, in a very hacky way, means to respond to bundle
reload events.
9 lat temu
Daniel Zlotin
785170ce27
POC snackbar and FAB works. some minor formatting
9 lat temu
Rotem M
0ca7ab9815
each subclass needs to call super.handleOnCreate
9 lat temu
Jason Skuby
fe4835c116
Move drawer setup to BaseReactActivity
9 lat temu
Jason Skuby
b96c05fd8d
Drawer implementation
9 lat temu
Jason Skuby
0f69d1a91d
Style fixes
9 lat temu
Guy Carmeli
0975ad4020
Prevent screens pushed to ScreenStack from getting unmounted
9 lat temu
Guy Carmeli
1b49216a17
Remove tabs specific methods from base activity
9 lat temu
Jason Skuby
abcbfdb5d7
Wire up Android setTabBadge
9 lat temu
Jason Skuby
5e29cc03fd
Wire up tab show/hide and tab selection
9 lat temu
Jason Skuby
4a7672805c
Implement resetTo
9 lat temu
Guy Carmeli
d99b82a641
Handle back button visibility when switching tabs
9 lat temu
Guy Carmeli
13082dfe93
Update toolbar with correct screen after modal dismiss
9 lat temu
Guy Carmeli
0a5c6ff99d
Add popToRoot to example-redux
9 lat temu
Jason Skuby
b80b8d29e1
Implement popToRoot
9 lat temu
Guy Carmeli
3960f68af5
Setup Toolbar after it's measured
Since Toolbar icons' height is set according to Toolbar height,
We need to ensure the call to `setupToolbar` from `onCreate` is
called after the Toolbar is measured.
9 lat temu
Guy Carmeli
daee13f55a
Fix buttons not getting set in Modals
* Due to race condition when showing modal, buttons were added to
previous Toolbar.
* Minor refactor, moved `updateStyles` from BaseReactActivity to
StyleHelper class since it's now also used by RnnModal
9 lat temu
Yedidya Kennard
cf4a284ab9
Fixed issues in Android
Toolbar buttons not updating
Pushes into BottomTabActivity not always working
Modal not closing properly when back pressed
9 lat temu
Yedidya Kennard
d65a0d4073
Fixed some issues with pushing in tabs
9 lat temu
Guy Carmeli
923dd6eddf
Misc ToolBar fixes
Minor refactor after merging #52 .
9 lat temu
Matt Davies
337b1b9d25
Add support for hiding the Toolbar on Android
9 lat temu
Yedidya Kennard
f7191db17b
Added setButtons to navigator fixed bug where old buttons wouldn't be cleared
9 lat temu
Guy Carmeli
6412a29029
Minor code style fixes.
Removed propTypes from example-redux screens
9 lat temu
Yedidya Kennard
279a9b4a57
Add support for bottom tabs in Android
Adds BottomTabActivity which replaces TabActivity
Adds a dependency on `com.aurelhubert:ahbottomnavigation:1.2.3`
Uses iOS tabsStyle, with additional parameter that allows toggling of whether to show the titles of inactive tabs
9 lat temu