Ran Greenberg
cb18bbcb35
added side menu - not completed
7 years ago
Daniel Zlotin
a00d3263d2
enforce no console, disable e2e on travis temporarily
7 years ago
Daniel Zlotin
3d3d82dbf2
xcode unit tests
7 years ago
Guy Carmeli
143474c741
layoutFactory
7 years ago
Ran Greenberg
1caf12615a
add unit test
7 years ago
Ran Greenberg
58c26bcafd
handle java notation to real objective c notation !
7 years ago
Ran Greenberg
bacc2a00c5
remove ReactNativeNavigationTests target - unused
7 years ago
Guy Carmeli
7926633fc5
It shows welcome screen
7 years ago
Guy Carmeli
28ab2c2c60
Emit appLaunchedEvent and call setRoot
7 years ago
Ran Greenberg
6392f5c5d7
indentation
7 years ago
Guy Carmeli
3072a90284
Requesting overlay permission and isDebug
7 years ago
Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
7 years ago
Daniel Zlotin
b2a775a1f8
Tabs -> BottomTabs
7 years ago
Daniel Zlotin
9ec9bed7a1
pop screen
7 years ago
Daniel Zlotin
ad8ae5cc4e
ensure R is compiled
7 years ago
Daniel Zlotin
7a2af5e36e
ios unit tests dont compile
7 years ago
Daniel Zlotin
cbbf3218e2
ensure coverage in js
7 years ago
Guy Carmeli
4a3d57efec
Add onRequestPermissionsResult to ActivityCallbacks (#737 )
7 years ago
Ran
317c7773e3
notify when modal dismissed (after animation if exists) (#736 )
7 years ago
Guy Carmeli
8833c25016
Additional snackbar style params (#735 )
Implement backgroundColor and textColor style params
7 years ago
Daniel Zlotin
969dab2bec
naming
7 years ago
Daniel Zlotin
16a75a0f04
better performance
7 years ago
Daniel Zlotin
3b8d10ac00
missing case
7 years ago
Daniel Zlotin
d33f963455
fix robolectric
7 years ago
Daniel Zlotin
780944acc3
android compiles
7 years ago
Daniel Zlotin
8cebd2238a
fixing android
7 years ago
Jakub Martyčák
a650743086
[android] Add option for scrollable top tabs (#669 )
7 years ago
Guy Carmeli
7097472ce6
compensate for bottomTabs (#731 )
7 years ago
Guy Carmeli
a26f201139
Dynamic height of collapsing react header (#730 )
* Dynamic height of collapsing react header
* Add missing class after rebase
7 years ago
Guy Carmeli
bf1fabae7e
Revert "Dynamic height for CollapsingReactHeader (#726 )" (#728 )
This reverts commit 326f4833f0 .
7 years ago
Artal Druk
430d5de59a
expose navigation handleDeepLink as a static method (#727 )
7 years ago
Guy Carmeli
326f4833f0
Dynamic height for CollapsingReactHeader (#726 )
This commit deprecates collapsingToolBarComponentHeight style property
7 years ago
Daniel Zlotin
293fb6adcd
screen lifecycle
7 years ago
Guy Carmeli
2b62f7c14d
Destroy screen when swapping screens
7 years ago
Guy Carmeli
7a2446a5de
Unmount react header on destroy
7 years ago
Daniel Zlotin
9efb7d10c8
lifecycle start works
7 years ago
Daniel Zlotin
794b294865
preparing the store
7 years ago
Daniel Zlotin
7f7a586a08
pushes, start of lifecycle
7 years ago
Guy Carmeli
927e929b36
Minor tweak to show hide header threshold value
7 years ago
Guy Carmeli
bd7ab7c8a2
find title TextView by text
7 years ago
Guy Carmeli
f8fb437441
Show and hide title with animation on collapse
7 years ago
Guy Carmeli
0f8c842226
Show and hide title when collapsing or expending header
7 years ago
Guy Carmeli
142d55b095
Proper handling of scaled touch slop
7 years ago
Guy Carmeli
2594930654
CollapsingTopTabs params are nullable
7 years ago
Guy Carmeli
863abb28f4
Basic hide show collapsing header
might want to tweak the hide show values later
7 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.
7 years ago
Guy Carmeli
376972dc37
Collapse when swiping header
7 years ago
Guy Carmeli
074ec58c6c
Collapsing react view header with top tabs
Add expendOnTopTabChange style property which defaults to true. Setting it to false
7 years ago
Guy Carmeli
2b7f9b4bb0
Collapse when scrolling header
7 years ago
Guy Carmeli
758c7414ff
Pass header height as style param from Js
consider changing this later on
7 years ago