Guy Carmeli
b66ff1d4b6
Fix button disabled color has no effect on Android
Both right and left buttonDisabledColor were not parsed on Android.
5 years ago
Yogev Ben David
26d3d82190
Support centered bottomTab icons using bottomTabs.titleDisplayMode option (#5667 )
* Support centered bottomTab icons using bottomTabs.titleDisplayMode option
* Improve readability, better namings
* Rename setTabItemImagesCentered to centerTabItems
5 years ago
Yogev Ben David
619af3efe0
Fix react view title fill alignment (#5681 )
React view title layout didn't recalculated it size on orientation change which caused it to look bad on iPads.
5 years ago
ʙ ᴀ ᴛ ʀ
9e8d74a4e5
[v3][docs][showcases] new starter kit added (#5671 )
5 years ago
Guy Carmeli
d8c34c3910
Fix BottomTab options types
Though icon is required on Android when declaring tabs, it's optional when calling mergeOptions to update tabs.
5 years ago
Guy Carmeli
002b7d8f33
DrawBehind when tabs are hidden (#5663 )
When BottomTabs are hidden, draw components behind the tabs even if drawBehind isn't set to true explicitly.
5 years ago
wixmobile
8f08254854
Update package.json version to 3.7.0 [ci skip]
5 years ago
Guy Carmeli
fd93167dbe
Add bottomTabs.preferLargeIcons option (#5658 )
This option is used to force large icons to be displayed when only three icons, without titles, are present on the screen.
5 years ago
wixmobile
6e65bd701d
Update package.json version to 3.6.0 [ci skip]
5 years ago
Guy Carmeli
14b5221caa
Apply layoutDirection to buttons container
For some reason layout direction isn't propagated to subviews correctly in the Wix app.
This commit is mostly a workaround, it sets the layout direction on the ViewGroup containing TopBar buttons
so that they appear in the right order in RTL.
5 years ago
Niels de Bruin
305caeb8c5
Added shouldStretchDrawer property to SideMenuSide interface (#5543 )
Looking at the docs (1581780d2c/docs/docs/styling.md) and code (1581780d2c/lib/ios/RNNSideMenuSideOptions.m (L11)) it's possible to use the shouldStretchDrawer property on sideMenu. This property was however missing in the TS interface.
5 years ago
Amit Kumar
35851fc989
Fix #5476 (#5590 )
5 years ago
DamarXCV
764863f46b
Playground for windows (#5644 )
Add script to start the packager on Windows
5 years ago
Guy Carmeli
39ee1701fd
Fix crash when title component is destroyed right after being attached
Edge case when preDrawListener callback is invoked after ViewController is destroyed
5 years ago
Juan Pablo Garcia Dalolla
b9046081ac
Add missing commandName field (#5643 )
5 years ago
wixmobile
d6e228128b
Update package.json version to 3.5.1 [ci skip]
5 years ago
Guy Carmeli
6d446a8882
Remove component if title is defined in mergeOptions (#5634 )
When mergeOptions was called without a title component, existing component was undesirably removed.
This commit changes how component is removed when mergeOptions is called. It will now be removed if a component is not defined and title is defined in mergeOptions.
Fixes #5628
5 years ago
wixmobile
751670c577
Update package.json version to 3.5.0 [ci skip]
5 years ago
Guy Carmeli
4df0185d35
Fix rebase issue
5 years ago
Guy Carmeli
caf7d2ca0c
Update changelog
5 years ago
Guy Carmeli
c48ed747a1
Dont merge null colors
When updating a tab icon, if null was used as color - it would get applied.
5 years ago
Daniel Lang
87206286bf
Allow navigationBarColor change within mergeOptions, addition to PR #5547 (#5624 )
5 years ago
Guy Carmeli
9b52fdc9c8
lol ecosystem
5 years ago
yogevbd
83f03cd8f9
Add fallback background color on iOS 13
5 years ago
yogevbd
99ddcd8640
Fix build on xcode 10.x
5 years ago
wixmobile
a053141623
Update package.json version to 3.4.0 [ci skip]
5 years ago
Henry
16fe266de5
Add docs for bottomTab requiring icon on Android (#5619 )
Add docs for bottomTab requiring icon on Android
5 years ago
Guy Carmeli
0eb0570840
[BREAKING] Introduce updateProps command (#5623 )
This new updateProps command allows to update props for a component registered with Navigation.registerComponent.
The updated props are handled by shouldComponentUpdate and componentDidUpdate lifecycle methods.
This commit builds upon the work done in 291f16177d and is a breaking change.
5 years ago
Guy Carmeli
d3a23198a0
Update CHANGELOG.md
5 years ago
Niels de Bruin
fcdbe79dc3
Added setStackRoot animation property in interface (#5499 )
5 years ago
Maurus Cuelenaere
8af95da24a
[V3] Android: re-add support for navigationBarColor (#5547 )
Add support for NavigationBar color on Android
5 years ago
Ian Welsh
f1dc46d182
Add missing word (#5546 )
5 years ago
Guy Carmeli
06b488bdc9
Update changelog
5 years ago
Guy Carmeli
c7625f36cb
Update changelog
5 years ago
wixmobile
28e29ac052
Update package.json version to 3.3.0 [ci skip]
5 years ago
Guy Carmeli
45e8389b2b
Support selectedIcon options on Android
5 years ago
Tal Magen
291f16177d
Allow to update props for a specific component (#5612 )
This commit adds support to update props of screen or custom button/title via the mergeOptions api.
```js
Navigation.mergeOptions('myComponentId', {
passProps: {
text: 'new value'
}
});
```
5 years ago
Yogev Ben David
094b9a7ef1
Fix topBar title alignment on iOS (#5602 )
Fix topBar title alignment
5 years ago
Guy Carmeli
0dd3315907
Always merge options with parent controller (#5606 )
Until now, mergeOptions would merge with parent controller only if mergeOptions was called with
a componentId. This commit fixes the issue and makes options merge correctly even when called with a layoutId.
5 years ago
Yogev Ben David
a3f176d56e
Fix status bar appearance and title view layouting on iOS 13 (#5604 )
* Sets the window background color to the system's one for dark mode support
* Fix title layouting on iOS 13
5 years ago
yogevbd
47464d7809
Add optional NPM_TAG param in jenkins release
5 years ago
Yogev Ben David
2b4d897f19
Fix pageSheet modals causing memory leak when swiped (#5601 )
5 years ago
Guy Carmeli
507b675812
try to fix android build
5 years ago
Guy Carmeli
0bdbf5c84e
NoColor returns nil (#5600 )
For some reason it returned cyan... probably leftover from a debug session
5 years ago
Yogev Ben David
1581780d2c
Run detox e2e tests on iPhone 11 (#5518 )
* Use iPhone 11 in detox e2e
* Run detox e2e tests on iPhone 11
* Run detox e2e tests on iPhone 11
* Upgrade detox@14.x.x
* Exclude broken e2e test on iOS 13
5 years ago
Yogev Ben David
898e187d4c
Fix title.component layouting on iOS 13 (#5493 )
5 years ago
Yogev Ben David
7c79df3e8e
Update v2 changelog
5 years ago
Yogev Ben David
6ab2345ad6
Font weight option support for iOS (#5490 )
* Add fontWeight support on iOS
* Add tests
* Fix tests
5 years ago
d4vidi
a5896a1e49
Upgrade playground app's Gradle to 5.1.1 (matches version of lib) (#5491 )
5 years ago
yogevbd
0a8bbd4e7e
Use BRANCH jenkins variable in release script
5 years ago