Owen Sikes
e1979f1981
The title child property is 'text' not 'title'. (#3355 )
пре 7 година
Daniel Zlotin
6dac4e8b95
small test fix
пре 7 година
Guy Carmeli
f79b3109a9
Parse ReadableMap to JSONObject without conversion to HashMap
This should fix conversion issues found in RN 0.54
пре 7 година
Shalom Yerushalmy
7f5f55fea0
Increase timeout
пре 7 година
Shalom Yerushalmy
3c3da0454f
Migrate to jest (#3343 )
* Migrate to jest to support parallel ios simulator from detox
* When e2e lint only ts or js files
* Remove mocha from deps and decrease from 480000ms to 180000ms
пре 7 година
jiangxunyue
cf654a539a
Update topBar-buttons.md (#3348 )
пре 7 година
Daniel Zlotin
c5948d1d75
merge static memebers from wrapped components #3322
пре 7 година
Guy Carmeli
13b4bc7218
[BREAKING] Support RN 0.55 (#3342 )
* Support RN 0.55.4
This commit adds support for RN 0.55.4 by introducing version specific build flavors - reactNative51
* Update scripts after introducing build flavors
* Update Android installation instruction on specifying build flavor
пре 7 година
Daniel Zlotin
fadebfd0d3
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
пре 7 година
Daniel Zlotin
bc175deaf8
support gradle turkish locale #3335
пре 7 година
Shalom Yerushalmy
c0c0e97028
Bumped detox version
пре 7 година
yogevbd
150f30693f
explicit tests for ios
пре 7 година
yogevbd
92cbc08e25
Added static events e2e
пре 7 година
yogevbd
8f4838e1ec
Adresses #1078 - static events
пре 7 година
yogevbd
b1fbee41a1
Prevent topBar buttons reset
пре 7 година
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 година
Yogev B
7fee4b8de5
screen background fix on iOS (#3332 )
* Screen background option fixed in iOS
* fix unit tests
пре 7 година
yogevbd
c500d3358c
lint fix
пре 7 година
Yogev B
725068d5d4
Large title options (#3331 )
* add addicional options to tabbar
* fix tests
пре 7 година
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 година
Yogev B
e6a43036fc
Adresses #3024 (#3328 )
пре 7 година
Guy Carmeli
9cfa8ce61f
disable flaky test
пре 7 година
Daniel Zlotin
ecc5c1418e
removed console
пре 7 година
yogevbd
548f2653c9
Fixed backButtonImage on iOS
пре 7 година
yogevbd
db013e8e67
Adresses #3272
пре 7 година
Guy Carmeli
87f4738fcc
Update README.md
пре 7 година
Rodrigo Bermúdez Schettino
767866c5f3
Update docs for example project (#3315 )
Fix broken link and mention the new redux example project.
пре 7 година
Guy Carmeli
d3e143de19
Update readme with information regarding v2
пре 7 година
yogevbd
24bf500ad3
Adresses #3290
пре 7 година
yogevbd
332478d418
Merge branch 'v2' of github.com:wix/react-native-navigation into v2
пре 7 година
yogevbd
6c97a14d3b
Adresses ##3292
пре 7 година
Shalom Yerushalmy
0b78d94d40
Revert "Skip push a screen to ensure its not there after reload test"
This reverts commit 685009bc23 .
пре 7 година
Shalom Yerushalmy
685009bc23
Skip push a screen to ensure its not there after reload test
пре 7 година
yogevbd
64d7888161
Adresses #3171
пре 7 година
yogevbd
994ec6326b
Adresses ##3266
пре 7 година
Daniel Zlotin
2bb15524e2
hacking some weird NativeModules behaviour
пре 7 година
Guy Carmeli
8805f4bda7
Resolve showOverlay promise after Overlay appeared
пре 7 година
Daniel Zlotin
2f4ede0bde
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
пре 7 година
Daniel Zlotin
0a87f8bb05
constants initialized lazily, js testing support
пре 7 година
Guy Carmeli
164729ae01
Add e2e for pushing screens from side menu
пре 7 година
Guy Carmeli
8bc56e304d
Remove lock file and lock RN version to 0.51.1
пре 7 година
Rodrigo Bermúdez Schettino
52d9690c22
Remove broken link in README (#3300 )
пре 7 година
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 година
Guy Carmeli
e1d28d61ae
Use linearInterpolator as default interpolator for command animations
пре 7 година
Guy Carmeli
d794bd7fef
Document Options.animations
пре 7 година
Ioannis Kokkinidis
7a0bc3f8bd
Exposed getUiImplementationProvider for people to override if needed (#3295 )
пре 7 година
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 година
Guy Carmeli
b984d00fb9
Clean up docs a bit
пре 7 година
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 година
Rodrigo Bermúdez Schettino
4c76331757
Fix screenshots links to React Native's docs (#3302 )
The links were pointing to the wrong documentation sections.
пре 7 година