Yogev Ben David
c226a7d551
Pass component passProps to componentDidAppear event (#5139 )
Pass component passProps to componentDidAppear event
5 years ago
wixmobile
0720bda679
Update package.json version to 2.20.0 [ci skip]
5 years ago
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 years ago
Guy Carmeli
ac2a61e402
Update Changelog
5 years ago
Yogev Ben David
d3d01c221f
Crawl layout only after dispatching events so it will contain passProps (#5126 )
5 years ago
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 years ago
wixmobile
9a903ce64a
Update package.json version to 2.19.1 [ci skip]
5 years ago
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 years ago
wixmobile
a346f3f161
Update package.json version to 2.19.0 [ci skip]
5 years ago
David undefined
5566ffd47c
Refactor TopBarOptions (#5063 )
5 years ago
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 years ago
Yogev Ben David
42e26d77b8
Fixes broken modals animations, Closes #5036 (#5098 )
5 years ago
Julien Brayere
42fd86d654
Update Options.ts (#5085 )
Adding passProps to OptionsTopBarBackground
5 years ago
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 years ago
Yogev Ben David
0f4ecf49ba
Update CHANGELOG.md
5 years ago
wixmobile
33d49355ed
Update package.json version to 2.18.5 [ci skip]
5 years ago
yogevbd
7ca32b9a8e
Add detox loglevel trace
5 years ago
yogevbd
fbd42b0c49
Add detox loglevel trace
5 years ago
d4vidi
42d6ff5a26
Migrate to using precompiled Detox aar (#5074 )
5 years ago
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 years ago
wixmobile
4f519a4035
Update package.json version to 2.18.4 [ci skip]
5 years ago
Yogev Ben David
9f439dabd8
Fix topBar.title.component fill alignment (#5044 )
* Fix topBar.title.component fill alignment
* Lock react-native-ui-lib version
5 years ago
Kaden Wilkinson
0e8880da72
Fix black/transparent background issue (#4896 )
5 years ago
Yogev Ben David
40a01599bf
Update CHANGELOG.md
5 years ago
Yogev Ben David
f3b1d34ea6
Reset navigationItem.titleView before applying new one, Fix topBar.titleView calculation on props change (#5041 )
5 years ago
David undefined
cb763b450f
Add showAsAction prop (#5034 )
5 years ago
Kaden Wilkinson
2d5844ea64
Remove unnecessary file that causes linker errors (#5021 )
5 years ago
Yogev Ben David
3e54198493
Update CHANGELOG.md
5 years ago
Yogev Ben David
1993b93c2e
Fix top bar component layout frame size (#5015 )
* Fix top bar component layout frame size
* Update RNNReactView.m
5 years ago
Yogev Ben David
0e888fb65a
Fix bottomTabs.currentTabIndex, Closes #5012 (#5013 )
* Fix bottomTabs.currentTabIndex, Closes #5012
* Set currentTabIndex on init
5 years ago
wixmobile
7c057016e3
Update package.json version to 2.18.1 [ci skip]
5 years ago
Yogev Ben David
f74991b8da
Fix popGesture freezes the app, Closes #4388 (#5009 )
5 years ago
wixmobile
c60dbdc6ea
Update package.json version to 2.18.0 [ci skip]
5 years ago
yogevbd
e5661fe3ba
Fix typescript
5 years ago
Guy Carmeli
1155cbde7b
Update changelog
5 years ago
Guy Carmeli
53cad2b289
Document handleKeyboardEvents
5 years ago
Wilson
9836730570
[V2][iOS] Fix bottomTabs’s animate option (#4465 )
* [V2][iOS] Fix bottomTabs’s animate option
Signed-off-by: wilson <wilson@waveo.com >
* change animated default value to false
Signed-off-by: wilson <wilson@waveo.com >
* fix self.tabBar.hidden value
Signed-off-by: wilson <wilson@waveo.com >
* Fix tests
Signed-off-by: wilson <wilson@waveo.com >
* fix value check
Signed-off-by: wilson <wilson@waveo.com >
5 years ago
Yogev Ben David
be00c4c36d
Fix top bar layout frame (#5008 )
* Fix top bar layout frame, Closes #5003
* Set layout child view controllers on initialization
* Remove duplicate initWithLayoutInfo: function
5 years ago
Yogev Ben David
e9ca247a52
Add overlay.handleKeyboardEvents options (#5002 )
5 years ago
Yogev Ben David
189f5593f7
Fix flaky unit tests (#4997 )
5 years ago
Yogev Ben David
0e1a35d467
Fix sideMenu orientation options (#4995 )
5 years ago
Yogev Ben David
2bddff390d
Apply bottomTabs options after children added (#4994 )
* Apply bottomTabs options after children added
* Fix unit tests
5 years ago
Yogev Ben David
81dc07d5b8
return componentId on showModal (#4992 )
5 years ago
Yogev Ben David
9dafd16a8e
Add e2e for multiple setRoot (#4993 )
5 years ago
Yogev Ben David
275304c88e
Stop manually manage viewControllers store, Iterate layout instead (#4991 )
* Stop manually manage viewControllers store, Iterate layout instead
* Update RNNCommandsHandlerTest.m
5 years ago
Ceyhun Ozugur
9d7d7f4600
Add missing topMargin type to OptionsTopBar (#4950 )
5 years ago
Guy Carmeli
8945528eee
Update changelog
5 years ago
wixmobile
f4f00906ff
Update package.json version to 2.17.0 [ci skip]
5 years ago
Tyrone Trevorrow
ab9fd658c2
Fix StatusBarOptions being in xcodeproj twice (#4957 )
5 years ago
Yogev Ben David
28300597ed
Explicit attaching and detaching viewControllers in store (#4947 )
* Explicitly attach and detach viewControllers in store
* Stop registering components in commands handler
5 years ago