Marian Palkus
29829ae2aa
Possible fix for crash on ios when setting topbar left buttons with (#5189 )
custom component.
5 gadus atpakaļ
David Jones
663b1c3f60
Fixed constants bug (#5201 )
* Fixed constants bug (closes #4807 )
* Fixed constants bug (closes #4807 )
5 gadus atpakaļ
Ahmad Khan
6334eefc8e
Type correction (#5215 )
Corrected
Controls he behavior of screens displayed modally.
to this
Controls the behavior of screens displayed modally.
5 gadus atpakaļ
Yogev Ben David
f53027d4d2
Update CHANGELOG.md
5 gadus atpakaļ
wixmobile
f72afeb9e3
Update package.json version to 2.21.1 [ci skip]
5 gadus atpakaļ
Yogev Ben David
8ced96443f
Fix setStackRoot options (#5217 )
5 gadus atpakaļ
Alberto Blanco
9735115fb3
Document topBar options for Android's showAsAction (#5199 )
Closes #4001
5 gadus atpakaļ
Awn
7438904cbc
Remove setContentDescription calls (#3984 ) (#5196 )
5 gadus atpakaļ
Guy Carmeli
2c4a8847db
Update changelog
5 gadus atpakaļ
wixmobile
9deb61ad2d
Update package.json version to 2.21.0 [ci skip]
5 gadus atpakaļ
Guy Carmeli
069cb85132
Add title.topMargin option (#5163 )
Useful for aligning the title when TopBar height is changed.
5 gadus atpakaļ
Hugo Dozois
51d1b66760
Safer check around component listener trigger (#5160 )
5 gadus atpakaļ
Guy Carmeli
f2e46ea4e7
Address react conditions around ViewController.destroy (#5162 )
Closes #5157
5 gadus atpakaļ
Guy Carmeli
1ca24f45b4
Update React Context API example
This is an example of how to use React’s Context API and RNN. This solution isn’t ideal, hopefully someone
would be able to build upon this example and improve it.
5 gadus atpakaļ
Guy Carmeli
3c08b1c995
Fix setStackRoot crash when called with the same id (#5154 )
When a Stack’s root was set with an id of one of the Stack’s current children, there was a crash
since the wrong elements were removed from the stack.
This commit fixes this by creating a new stack when setStackRoot is called, and destroying all ViewControllers from the previous Stack.
Fixes #5117
5 gadus atpakaļ
Makhout Nabil
ca288102d3
fix_4724: Fixes android crashes on startup (#5132 )
5 gadus atpakaļ
Niels de Bruin
e588a25a8c
Reworded sentence about showAsAction in topbar button doc (#5147 )
Fixed minor linguistic mistake
5 gadus atpakaļ
Guy Carmeli
7ee9c12d53
Emit SideMenu visibility events (#5149 )
5 gadus atpakaļ
wixmobile
6b190d4fdd
Update package.json version to 2.20.2 [ci skip]
5 gadus atpakaļ
Yogev Ben David
8d2165f37b
Fix topBar.background.component render behind title (#5144 )
5 gadus atpakaļ
Yogev Ben David
d2d5d0fe79
Initialize topbar.background.component wrapper view on viewWillAppear, Closes #5138 (#5142 )
5 gadus atpakaļ
wixmobile
2090c3d696
Update package.json version to 2.20.1 [ci skip]
5 gadus atpakaļ
Yogev Ben David
c226a7d551
Pass component passProps to componentDidAppear event (#5139 )
Pass component passProps to componentDidAppear event
5 gadus atpakaļ
wixmobile
0720bda679
Update package.json version to 2.20.0 [ci skip]
5 gadus atpakaļ
Guy Carmeli
9a2a921ab2
Align title after left button is set (#5129 )
When setting left button and the title was centred, it got an undesired offset.
Now whenever left button is set we make sure to realign the title.
5 gadus atpakaļ
Guy Carmeli
ac2a61e402
Update Changelog
5 gadus atpakaļ
Yogev Ben David
d3d01c221f
Crawl layout only after dispatching events so it will contain passProps (#5126 )
5 gadus atpakaļ
Fabrizio Rizzonelli
99032e060d
Fix Topbar custom component flicker across screens #3864 (#5110 )
When a topBar.backgroundComponent is defined, check if a corresponding ReactView has already been created with matching componentName and componentId. If such view is found, reuse it instead of creating another view.
This change will fix a flickering in the TopBar background component when a screen was pushed into a stack with a background component.
5 gadus atpakaļ
wixmobile
9a903ce64a
Update package.json version to 2.19.1 [ci skip]
5 gadus atpakaļ
Guy Carmeli
ecadcb0f35
Fix YellowBox removal (#5127 )
After migrating to RN 0.59, view creation timings have changed a bit.
Seems like ruining this logic on pre draw sorts things out.
Fixes #5124
5 gadus atpakaļ
wixmobile
a346f3f161
Update package.json version to 2.19.0 [ci skip]
5 gadus atpakaļ
David undefined
5566ffd47c
Refactor TopBarOptions (#5063 )
5 gadus atpakaļ
Guy Carmeli
cd182f4693
Explicitly clear bottom tabs options after mergeOptions (#5107 )
When mergeOptions was called on a root view, it’s one time options weren’t cleared properly.
The entire one time options logic is terrible and has to be refactored out.
Fixes #5010
5 gadus atpakaļ
Yogev Ben David
42e26d77b8
Fixes broken modals animations, Closes #5036 (#5098 )
5 gadus atpakaļ
Julien Brayere
42fd86d654
Update Options.ts (#5085 )
Adding passProps to OptionsTopBarBackground
5 gadus atpakaļ
Guy Carmeli
d00bf22a1d
Support RN 0.59 (#5050 )
* Support RN 0.59
* Fix yellow box detection on Android
* Manually link jsc on iOS in playground app
* Fix android unit tests
* Add JavaScriptCore.framework to iOS unit tests
* Download licenses before unit and e2e tests
* Update gradle-wrapper.properties
5 gadus atpakaļ
Yogev Ben David
0f4ecf49ba
Update CHANGELOG.md
5 gadus atpakaļ
wixmobile
33d49355ed
Update package.json version to 2.18.5 [ci skip]
5 gadus atpakaļ
yogevbd
7ca32b9a8e
Add detox loglevel trace
5 gadus atpakaļ
yogevbd
fbd42b0c49
Add detox loglevel trace
5 gadus atpakaļ
d4vidi
42d6ff5a26
Migrate to using precompiled Detox aar (#5074 )
5 gadus atpakaļ
Jordan Phillips
a5b9f58aff
Handle simultaneous recognizers (#5029 )
* Handle simultaneous recognizers
Fixes a crash when tapping on the screen with other gesture recognizers active.
* Remove unneeded respondsToSelector override
5 gadus atpakaļ
wixmobile
4f519a4035
Update package.json version to 2.18.4 [ci skip]
5 gadus atpakaļ
Yogev Ben David
9f439dabd8
Fix topBar.title.component fill alignment (#5044 )
* Fix topBar.title.component fill alignment
* Lock react-native-ui-lib version
5 gadus atpakaļ
Kaden Wilkinson
0e8880da72
Fix black/transparent background issue (#4896 )
5 gadus atpakaļ
Yogev Ben David
40a01599bf
Update CHANGELOG.md
5 gadus atpakaļ
Yogev Ben David
f3b1d34ea6
Reset navigationItem.titleView before applying new one, Fix topBar.titleView calculation on props change (#5041 )
5 gadus atpakaļ
David undefined
cb763b450f
Add showAsAction prop (#5034 )
5 gadus atpakaļ
Kaden Wilkinson
2d5844ea64
Remove unnecessary file that causes linker errors (#5021 )
5 gadus atpakaļ
Yogev Ben David
3e54198493
Update CHANGELOG.md
5 gadus atpakaļ