Justo Sierra
b34a26d6b1
fix show snackbar (#989 )
7 years ago
Guy Carmeli
0cf6088006
Animate linear translation also when animating shared element bounds (#1100 )
Animate linear translation also when animating shared element bounds
7 years ago
Johan
7ea6f85545
Update styling-the-navigator.md (#1099 )
Separated iOS and Android only properties.
7 years ago
Guy Carmeli
d5fb1729db
Apply easing on shared element bounds transformation (#1098 )
Apply easing on shared element bounds transformation
7 years ago
Guy Carmeli
c44599732d
SharedElement bounds and scale animator (#1096 )
Animate image scale and bounds
This commit properly animates images with different aspect ratios.
By default, regular scale animator is used which scales up or down the entire ImageView.
If `animateClipBounds={true}` is specified on the **to** `SharedElementTransition`, instead of scaling the View, the actual Drawable bounds and scale is animated which prevents the image from appearing distorted during the transition.
7 years ago
Daniel Zlotin
4ab5af134a
try fix travis flakiness with CODE_SIGNING_REQUIRED=NO
7 years ago
Daniel Zlotin
7ba1f11976
handleBack
7 years ago
Daniel Zlotin
59471e00e9
update travis yml
7 years ago
Daniel Zlotin
3f220b4428
increase ios e2e timeout to 5 minutes due to flaky travis builds
7 years ago
Daniel Zlotin
9db1883991
temp disable failing e2e
7 years ago
Daniel Zlotin
67a71860ce
temp disable sidemenu and bottom tabs
7 years ago
Daniel Zlotin
aa191947bc
viewController holds ref to navigationController
7 years ago
Daniel Zlotin
af8e5bd955
trigger build 3
7 years ago
Daniel Zlotin
bf2a61e472
trigger build 2
7 years ago
Daniel Zlotin
a656855f79
trigger build
7 years ago
Daniel Zlotin
8e538deeac
Update .travis.yml
7 years ago
Daniel Zlotin
a5abda3a52
trigger build 5
7 years ago
Daniel Zlotin
859d409f71
trigger build 4
7 years ago
Daniel Zlotin
ed8ef63b05
trigger build 3
7 years ago
Daniel Zlotin
889dd4e053
trigger build 2
7 years ago
Daniel Zlotin
c849f38fc3
trigger build
7 years ago
Daniel Zlotin
7d34344b34
pre-start ios sim, specific version
7 years ago
Daniel Zlotin
5d4a099349
pre-start iOS sim
7 years ago
Daniel Zlotin
72f4036e96
stack operations
7 years ago
Daniel Zlotin
d1078019f5
ArrayDeque
7 years ago
Daniel Zlotin
79c8dc94dc
basic navigationController
7 years ago
Daniel Zlotin
5168e756ff
update release script
7 years ago
Daniel Zlotin
797b4ac191
try fix travis build
7 years ago
Urban Cvek
3ace6bb8c2
Add ability to set attributes of navigation bar buttons separately. (#937 )
* Add ability to set attributes of navigation bar buttons separately.
* Added ability to set button style when calling `setButtons` method.
* Add documentation.
7 years ago
Guy Carmeli
6138a79a8c
Fix BottomTabs check in CollapsingViewPagerContentViewMeasurer (#1094 )
fixes #942
7 years ago
Daniel Zlotin
f314e57844
Update readme and docs after publishing v1.1.0 (#1092 )
7 years ago
Daniel Zlotin
f399cbec5b
update to latest tag
7 years ago
Daniel Zlotin
754b1d5302
update version to 1.1, make master latest
7 years ago
Daniel Zlotin
e33903c74b
viewcontrollers
7 years ago
Guy Carmeli
1597c9cd1b
Add forceTitlesDisplay to docs (#1091 )
7 years ago
Daniel Zlotin
5c960ffa4a
revert remove robolectric - prepare for android navigation stack
7 years ago
Guy Carmeli
2c893122b8
Send willAppear didAppear for initial screen (#1084 )
* Send willAppear didAppear for initial screen
* empty commit
7 years ago
Daniel Zlotin
421f68dc3f
update to xcode 8.3
7 years ago
Daniel Zlotin
2dbf2bda1c
trigger build
7 years ago
Nguyễn Anh Tuấn
a64d41e161
Update docs: Modify compileSdkVersion, buildToolsVersion (#1056 )
- compileSdkVersion 25
- buildToolsVersion "25.0.1"
7 years ago
Guy Carmeli
84eb818ab3
Set default font when creating defaut appStyle (#1053 )
7 years ago
Guy Carmeli
b1132ee5d2
Migrating to RN 0.43 (#1043 )
7 years ago
Edouard Eynard
581e6c1a6e
Make screen background image stretch when using screenBackgroundImageName (#1032 )
7 years ago
Carlos Roberto
353968a8ea
Changes to RN 0.43 (#1040 )
7 years ago
Guy Carmeli
2e64705660
Modal background color (#1038 )
Support status bar color in Modals
fixes #1034
7 years ago
Guy Carmeli
9e9cab4150
Add null check before setting font for menu item (#1036 )
7 years ago
Rui Araújo
5165389060
Support custom font in the Menu items. (#1030 )
* Support custom font in the Menu items.
* Fix check for custom font.
7 years ago
Rui Araújo
14f468f835
Fix crash if titleView is null (#1025 )
7 years ago
Rui Araújo
126f5a3ffa
Fix condition on font check for Title font change. (#1026 )
7 years ago
Suwandi Halim
c13b829b97
Add tabBarTranslucent style option in tabsStyle (#999 )
Add tabBarTranslucent style option in tabsStyle
7 years ago