Guy Carmeli
2b62f7c14d
Destroy screen when swapping screens
8 years ago
Guy Carmeli
7a2446a5de
Unmount react header on destroy
8 years ago
Daniel Zlotin
9efb7d10c8
lifecycle start works
8 years ago
Daniel Zlotin
794b294865
preparing the store
8 years ago
Daniel Zlotin
7f7a586a08
pushes, start of lifecycle
8 years ago
Guy Carmeli
927e929b36
Minor tweak to show hide header threshold value
8 years ago
Guy Carmeli
bd7ab7c8a2
find title TextView by text
8 years ago
Guy Carmeli
f8fb437441
Show and hide title with animation on collapse
8 years ago
Guy Carmeli
0f8c842226
Show and hide title when collapsing or expending header
8 years ago
Guy Carmeli
142d55b095
Proper handling of scaled touch slop
8 years ago
Guy Carmeli
2594930654
CollapsingTopTabs params are nullable
8 years ago
Guy Carmeli
863abb28f4
Basic hide show collapsing header
might want to tweak the hide show values later
8 years ago
Guy Carmeli
2391fd0ba9
More work towards collapsing react view in top bar
This commit contains various fixes and enhancements, mostly because I
was too lazy to commit small changes.
* Add topBarCollapseOnScroll style property which compliments
navBarHideOnScroll. This property is needed when showing a
collapsing topTabs screen. In this case the developer might to keep
the titleBar bar when the screen is collapsed.
* Reduce collapse sensitivity by taking scaled touch slop into account
* Cancel touches when collapsing. This fix prevents buttons from
responding to touch events when collapse ends.
8 years ago
Guy Carmeli
376972dc37
Collapse when swiping header
8 years ago
Guy Carmeli
074ec58c6c
Collapsing react view header with top tabs
Add expendOnTopTabChange style property which defaults to true. Setting it to false
8 years ago
Guy Carmeli
2b7f9b4bb0
Collapse when scrolling header
8 years ago
Guy Carmeli
758c7414ff
Pass header height as style param from Js
consider changing this later on
8 years ago
Guy Carmeli
d4ad120ebc
Support adding ReactView in CollapsingTopBar
8 years ago
Guy Carmeli
4a9bd78bad
Pass collapsingToolBarComponent param from Java
8 years ago
Daniel Zlotin
b268b9bed6
Update .travis.yml
8 years ago
Royce Townsend
f0ee6cfa8e
Detect height of notification. (#710 )
8 years ago
Varun Gupta
50e3d0912a
Register passProps with PropsRegistry during showInAppNotification for Android (#709 )
8 years ago
Wim Goeman
695f0263de
Add error when trying to load a component which was badly registered (#708 )
8 years ago
Royce Townsend
dd72a092be
Cleanup/unmount notification overlay. (#705 )
8 years ago
Daniel Zlotin
f9adf71574
commands per containerId, simple push, refactoring
8 years ago
Ran
9cbaf2e055
update .gitignore added #VSCODE section (#703 )
* update .gitignore added #VSCODE section
* added # VSCODE
8 years ago
Daniel Zlotin
b2ce627b33
refactoring, push e2e
8 years ago
Daniel Zlotin
9feb880897
redundant test
8 years ago
Daniel Zlotin
df6729aa9c
layout tree crawling
8 years ago
Yedidya Kennard
37ecf3eeeb
Return if hasStartedCreatingContext already in SplashActivity (#701 )
8 years ago
Daniel Zlotin
7c4a9c7dbe
passProps works
8 years ago
Daniel Zlotin
aca3151308
deep clones to avoid mutation errors
8 years ago
Daniel Zlotin
bb7daf7f49
fixed e2e and silence warnings
8 years ago
Daniel Zlotin
0ed93e25ed
parser works
8 years ago
Daniel Zlotin
5774b6b75a
support right side menu
8 years ago
Daniel Zlotin
e42147721f
working skeleton
8 years ago
Daniel Zlotin
d96437d646
tests pass
8 years ago
Daniel Zlotin
3142e59ba2
side menus
8 years ago
Daniel Zlotin
2210f491e9
setRoot instead of startApp, events registry
8 years ago
Royce Townsend
20dd48480f
Notification auto dismiss timer (#696 )
* Add showInAppNotification autoDismissTimerSec param
* Default autoDismissTimerSec of notification to 5, like on iOS
* Add param to disable notification auto-dismiss behaviour.
* Update showInAppNotification example with optional params
8 years ago
Daniel Zlotin
ab89c02fd2
side menus
8 years ago
Daniel Zlotin
0e014b8b0a
fixed tests
8 years ago
Daniel Zlotin
d3736d35f3
fixed test
8 years ago
Daniel Zlotin
acfd53d4af
fixed events
8 years ago
Daniel Zlotin
8546765f0e
trying to run locally
8 years ago
Royce Townsend
d71795b938
Add showInAppNotification position param support for Android (#693 )
8 years ago
Royce Townsend
5135d298ad
dismissInAppNotification support on android. (#687 )
* Add .hideInAppNotification on android.
- Separate hide and show animations.
- Implement a little bit of throttling around successive calls to .showInAppNotification
* Update example to demo dismiss.
8 years ago
Guy Carmeli
9b618b2368
Return rightButtons instead of navigatorButtons (#688 )
8 years ago
timxyz
849292f243
Fixed issue with rightButtons getting ignored in preference for empty Screen buttons (#589 )
8 years ago
Guy Carmeli
df72c56a46
Call newStack by navigatorId (#685 )
8 years ago