Guy Carmeli
b541d796b5
Test not intercepting overlay (#2598 )
7 gadus atpakaļ
Andres Aguilar
21ded978bb
fixed failing unit test
7 gadus atpakaļ
Daniel Zlotin
1400010231
full coverage at last
7 gadus atpakaļ
Daniel Zlotin
3604271f61
Merge branch 'v2' into typescript
7 gadus atpakaļ
Daniel Zlotin
05f755e82a
tests pass initially
7 gadus atpakaļ
Daniel Zlotin
9a8fd4e10d
this isnt easy
7 gadus atpakaļ
Daniel Zlotin
5e00c1838d
this doesnt quite work
7 gadus atpakaļ
yogevbd
570dba802c
xcode 8 crash fix
7 gadus atpakaļ
Hammad Jutt
d9f267c326
Add support for prefersLargeTitles in iOS 11 (#2593 )
7 gadus atpakaļ
yogevbd
887d39bda0
closes #1835
7 gadus atpakaļ
Daniel Zlotin
f30a1f5323
typescripting
7 gadus atpakaļ
Guy Carmeli
920ac4185b
Show some buttons only on Android e2e for now
7 gadus atpakaļ
Guy Carmeli
8d3fbdf5f7
Static didAppear/didDisappear events
7 gadus atpakaļ
Leo Natan
a0e6bcccc9
Extend SafeAreaView to support iOS 10
7 gadus atpakaļ
Leo Natan
600141395d
Safe area support for iOS 10
7 gadus atpakaļ
Guy Carmeli
b01decc2d6
Show overlay on entire screen
7 gadus atpakaļ
Guy Carmeli
5c48211e76
Fix interceptTouchOutside
It was handled inappropriately and some touch events were
intercepted unintentionally.
7 gadus atpakaļ
yogevbd
480cbe7e93
upgrade react native 51
7 gadus atpakaļ
yogevbd
ff2f9cd7a3
adresses #2570 (#2574 )
7 gadus atpakaļ
yogevbd
4070d5910a
bottom tabs styles (#2571 )
7 gadus atpakaļ
yogevbd
e10e811c46
V2 static navigation events (#2577 )
* adresses #1078
7 gadus atpakaļ
Guy Carmeli
16da8968cf
Android fixes (#2583 )
Continued work on Android
* Rename TopTabsLayout to TopTabsViewPager
* Pass ScrollEventListener from component
* Change ViewController.view to protected
* Don't keep ref to view in ComponentController
* Pull IReactView and ReactViewCreator to separate classes
* Ensure ToolBar.menu is created before clearing menu items
* Unmount react view before destroy
* Let TopTabsController set mediator in view visibility handling
7 gadus atpakaļ
yogevbd
bb3dff9ded
Revert "SetStyle fix (#2539 )"
This reverts commit 883dcfe49f .
7 gadus atpakaļ
Michael Kuczera
05f723122f
Enable Swipedown to dismiss on bottom aligned notification iOS (#2567 )
7 gadus atpakaļ
yogevbd
ba3bfa0a31
unit test fixes
7 gadus atpakaļ
yogevbd
69ec201684
multiple children stack e2e test
7 gadus atpakaļ
yogevbd
8d372a7b66
bottom tabs styles
7 gadus atpakaļ
yogevbd
883dcfe49f
SetStyle fix (#2539 )
* fixes #2524
7 gadus atpakaļ
Guy Carmeli
735ac83cbb
Stack depth android (#2559 )
* Support creating stack with multiple children
* Add e2e
7 gadus atpakaļ
Guy Carmeli
3150c39335
Android overlay (#2557 )
* Initial overlay implementation on Android
* Move logic to touch delegate
* Implement dismiss Overlay
* Overlay e2e
* fix iOS e2e
7 gadus atpakaļ
Guy Carmeli
dc07bbbda3
Update ISSUE_TEMPLATE
7 gadus atpakaļ
Ofir Dagan
5e5fbf08fe
fix(start app): show red screen in case an error is thrown while starting the app (#2556 )
7 gadus atpakaļ
Alec B. Plumb
f8fa7341a1
Allow subclasses of NavigationApplication to provide a custom ReactNativeHost. (#2552 )
Currently the default NavigationReactNativeHost only adds the NavigationPackage. Users of React Native Navigation may need to override additional methods in ReactNativeHost. This change allows advanced users to provide their own implemenation of ReactNativeHost, with the requirement that they add the NavigationPackage themselves.
7 gadus atpakaļ
yogevbd
6d37f28862
ios unit test fixed
7 gadus atpakaļ
yogevbd
2dbc1f44de
update readme
7 gadus atpakaļ
yogevbd
0016d21df5
refactored navigation options
7 gadus atpakaļ
Leo Natan
711ba9ec64
Xcode 8 fix
7 gadus atpakaļ
Leo Natan
35ee99c71a
Xcode 8 fixes
7 gadus atpakaļ
yogevbd
a1d2bd9dee
fixed swizzle in xcode 8
7 gadus atpakaļ
Leo Natan
485623074f
Back-port insets fix to v1
7 gadus atpakaļ
Leo Natan
0d9711d4a6
Support iOS 11 scroll view insets
Closes #653
7 gadus atpakaļ
Daniel Zlotin
ec56897109
try to make enum work
7 gadus atpakaļ
Álvaro Medina Ballester
e2ffed41cf
Solved doc formatting issues (#2544 )
7 gadus atpakaļ
Guy Carmeli
82d69ee277
Adapt TopTabs to new API (#2540 )
7 gadus atpakaļ
John Gorenfeld
ecec4f0c6f
Update README.md (#2537 )
Reflecting word that v1.0 doesn't support 0.52+.
7 gadus atpakaļ
Guy Carmeli
e0cdaf6d98
Update styling-the-navigator.md
7 gadus atpakaļ
DavidCMurphy
a5ff07faea
Adding preferredContentSize (#2529 )
* added the ability to change the backing controller's preferredContentSize through props.
* added some documentation outlining preferredContentSize and modalPresentationStyle properties
7 gadus atpakaļ
yogevbd
1446cd2fe9
V2 overlays (#2510 )
* overlay support
7 gadus atpakaļ
Daniel Zlotin
dc2d741146
Merge branch 'v2' into typescript
7 gadus atpakaļ
Guy Carmeli
3dd96a94ef
Load icons on main thread (#2536 )
Only reason to offload icon loading to background thread is to avoid
supposed network on main thread calls which happen only in debug since
icons are passed loaded from localhost.
7 gadus atpakaļ