Daniel Zlotin
fadebfd0d3
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
7 yıl önce
Daniel Zlotin
bc175deaf8
support gradle turkish locale #3335
7 yıl önce
Shalom Yerushalmy
c0c0e97028
Bumped detox version
7 yıl önce
yogevbd
150f30693f
explicit tests for ios
7 yıl önce
yogevbd
92cbc08e25
Added static events e2e
7 yıl önce
yogevbd
8f4838e1ec
Adresses #1078 - static events
7 yıl önce
yogevbd
b1fbee41a1
Prevent topBar buttons reset
7 yıl önce
cshen4
1b8bbbeded
V2 add additional ios options for tabbar icons (#3296 )
* add option to disable tabbar icon tints and add custom selected icons
* update docs for disabling tabbar icon tint and selectedIcon
* move new options to ios-specific section in docs
* delete trailing comma in docs
7 yıl önce
Yogev B
7fee4b8de5
screen background fix on iOS (#3332 )
* Screen background option fixed in iOS
* fix unit tests
7 yıl önce
yogevbd
c500d3358c
lint fix
7 yıl önce
Yogev B
725068d5d4
Large title options (#3331 )
* add addicional options to tabbar
* fix tests
7 yıl önce
Dima Loktev
b7b7985934
[v2][ios11, ios12] Add searchBar option for topBar (#3303 )
* [ios11+] Add searchBar option for topBar
* Fix formatting and linter issues
* Add docs about topBar.searchBar
* Fix missing semicolons
* Revert prettier changes
* Add js tests for onSearchBarUpdated to achieve 100% coverage
* Mark searchBar test as :ios: specific
7 yıl önce
Yogev B
e6a43036fc
Adresses #3024 (#3328 )
7 yıl önce
Guy Carmeli
9cfa8ce61f
disable flaky test
7 yıl önce
Daniel Zlotin
ecc5c1418e
removed console
7 yıl önce
yogevbd
548f2653c9
Fixed backButtonImage on iOS
7 yıl önce
yogevbd
db013e8e67
Adresses #3272
7 yıl önce
Guy Carmeli
87f4738fcc
Update README.md
7 yıl önce
Rodrigo Bermúdez Schettino
767866c5f3
Update docs for example project (#3315 )
Fix broken link and mention the new redux example project.
7 yıl önce
Guy Carmeli
d3e143de19
Update readme with information regarding v2
7 yıl önce
yogevbd
24bf500ad3
Adresses #3290
7 yıl önce
yogevbd
332478d418
Merge branch 'v2' of github.com:wix/react-native-navigation into v2
7 yıl önce
yogevbd
6c97a14d3b
Adresses ##3292
7 yıl önce
Shalom Yerushalmy
0b78d94d40
Revert "Skip push a screen to ensure its not there after reload test"
This reverts commit 685009bc23 .
7 yıl önce
Shalom Yerushalmy
685009bc23
Skip push a screen to ensure its not there after reload test
7 yıl önce
yogevbd
64d7888161
Adresses #3171
7 yıl önce
yogevbd
994ec6326b
Adresses ##3266
7 yıl önce
Daniel Zlotin
2bb15524e2
hacking some weird NativeModules behaviour
7 yıl önce
Guy Carmeli
8805f4bda7
Resolve showOverlay promise after Overlay appeared
7 yıl önce
Daniel Zlotin
2f4ede0bde
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
7 yıl önce
Daniel Zlotin
0a87f8bb05
constants initialized lazily, js testing support
7 yıl önce
Guy Carmeli
164729ae01
Add e2e for pushing screens from side menu
7 yıl önce
Guy Carmeli
8bc56e304d
Remove lock file and lock RN version to 0.51.1
7 yıl önce
Rodrigo Bermúdez Schettino
52d9690c22
Remove broken link in README (#3300 )
7 yıl önce
Guy Carmeli
f0225113f8
Mount all children when creating BottomTabs layout
When selected tab changes - change visibility instead of adding and removing views from hierarchy
7 yıl önce
Guy Carmeli
e1d28d61ae
Use linearInterpolator as default interpolator for command animations
7 yıl önce
Guy Carmeli
d794bd7fef
Document Options.animations
7 yıl önce
Ioannis Kokkinidis
7a0bc3f8bd
Exposed getUiImplementationProvider for people to override if needed (#3295 )
7 yıl önce
Guy Carmeli
4c8d48b1b5
Implement a synchronous UiImplementation
Related to #2892
To use it, Override `createReactNativeHost` in MainApplication as follows:
```java
@Override
protected ReactNativeHost createReactNativeHost() {
return new NavigationReactNativeHost(this) {
@Override
protected UIImplementationProvider getUIImplementationProvider() {
return new SyncUiImplementation.Provider();
}
};
}
```
7 yıl önce
Guy Carmeli
b984d00fb9
Clean up docs a bit
7 yıl önce
Guy Carmeli
2f5185bdde
Implement TopBar.elevation option
This commit also changes the way TopBar background color is applied.
Instead of applying it to the TitleBar, it's applied to the entire TopBar layout
7 yıl önce
Rodrigo Bermúdez Schettino
4c76331757
Fix screenshots links to React Native's docs (#3302 )
The links were pointing to the wrong documentation sections.
7 yıl önce
Guy Carmeli
aca8b49df4
Implement BottomTabs.titleDisplayMode styling option
This option allows to control when tab titles are displayed
* showWhenActive: when a tab is focused
* alwaysShow: show regardless of which tab is in
* alwaysHide: never show tab titles
7 yıl önce
Guy Carmeli
b2a8ac41e5
Support topTabs.height style option
This commit also changes the way TopTabs options are handled. As the TabLayout
is part of the TopBar, it's the StackControllers responsibility to set TopTabs options.
7 yıl önce
Guy Carmeli
53126504d0
Fix wrong title declaration in TopTabs screen
7 yıl önce
Guy Carmeli
b9b699c986
Move options.topTabs to correct node
7 yıl önce
Guy Carmeli
093347c04b
Fix TopTabs selected and unselected colors
7 yıl önce
Guy Carmeli
9dd0c2e3aa
Additional work addressing flaky e2e
7 yıl önce
Guy Carmeli
667fa5a188
Enable `unmounts when dismissed` e2e
Hopefully increasing button size will eliminate flakyness
7 yıl önce
Guy Carmeli
ab49d49111
Suppress visibility warning for NavigationReactNativeHost ctor
7 yıl önce