wixmobile
9a903ce64a
Update package.json version to 2.19.1 [ci skip]
5 年之前
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 年之前
wixmobile
a346f3f161
Update package.json version to 2.19.0 [ci skip]
5 年之前
David undefined
5566ffd47c
Refactor TopBarOptions (#5063 )
5 年之前
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 年之前
Yogev Ben David
42e26d77b8
Fixes broken modals animations, Closes #5036 (#5098 )
5 年之前
Julien Brayere
42fd86d654
Update Options.ts (#5085 )
Adding passProps to OptionsTopBarBackground
5 年之前
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 年之前
Yogev Ben David
0f4ecf49ba
Update CHANGELOG.md
5 年之前
wixmobile
33d49355ed
Update package.json version to 2.18.5 [ci skip]
5 年之前
yogevbd
7ca32b9a8e
Add detox loglevel trace
5 年之前
yogevbd
fbd42b0c49
Add detox loglevel trace
5 年之前
d4vidi
42d6ff5a26
Migrate to using precompiled Detox aar (#5074 )
5 年之前
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 年之前
wixmobile
4f519a4035
Update package.json version to 2.18.4 [ci skip]
5 年之前
Yogev Ben David
9f439dabd8
Fix topBar.title.component fill alignment (#5044 )
* Fix topBar.title.component fill alignment
* Lock react-native-ui-lib version
5 年之前
Kaden Wilkinson
0e8880da72
Fix black/transparent background issue (#4896 )
5 年之前
Yogev Ben David
40a01599bf
Update CHANGELOG.md
5 年之前
Yogev Ben David
f3b1d34ea6
Reset navigationItem.titleView before applying new one, Fix topBar.titleView calculation on props change (#5041 )
5 年之前
David undefined
cb763b450f
Add showAsAction prop (#5034 )
5 年之前
Kaden Wilkinson
2d5844ea64
Remove unnecessary file that causes linker errors (#5021 )
5 年之前
Yogev Ben David
3e54198493
Update CHANGELOG.md
5 年之前
Yogev Ben David
1993b93c2e
Fix top bar component layout frame size (#5015 )
* Fix top bar component layout frame size
* Update RNNReactView.m
5 年之前
Yogev Ben David
0e888fb65a
Fix bottomTabs.currentTabIndex, Closes #5012 (#5013 )
* Fix bottomTabs.currentTabIndex, Closes #5012
* Set currentTabIndex on init
5 年之前
wixmobile
7c057016e3
Update package.json version to 2.18.1 [ci skip]
5 年之前
Yogev Ben David
f74991b8da
Fix popGesture freezes the app, Closes #4388 (#5009 )
5 年之前
wixmobile
c60dbdc6ea
Update package.json version to 2.18.0 [ci skip]
5 年之前
yogevbd
e5661fe3ba
Fix typescript
5 年之前
Guy Carmeli
1155cbde7b
Update changelog
5 年之前
Guy Carmeli
53cad2b289
Document handleKeyboardEvents
5 年之前
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 年之前
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 年之前
Yogev Ben David
e9ca247a52
Add overlay.handleKeyboardEvents options (#5002 )
5 年之前
Yogev Ben David
189f5593f7
Fix flaky unit tests (#4997 )
5 年之前
Yogev Ben David
0e1a35d467
Fix sideMenu orientation options (#4995 )
5 年之前
Yogev Ben David
2bddff390d
Apply bottomTabs options after children added (#4994 )
* Apply bottomTabs options after children added
* Fix unit tests
5 年之前
Yogev Ben David
81dc07d5b8
return componentId on showModal (#4992 )
5 年之前
Yogev Ben David
9dafd16a8e
Add e2e for multiple setRoot (#4993 )
5 年之前
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 年之前
Ceyhun Ozugur
9d7d7f4600
Add missing topMargin type to OptionsTopBar (#4950 )
5 年之前
Guy Carmeli
8945528eee
Update changelog
5 年之前
wixmobile
f4f00906ff
Update package.json version to 2.17.0 [ci skip]
5 年之前
Tyrone Trevorrow
ab9fd658c2
Fix StatusBarOptions being in xcodeproj twice (#4957 )
5 年之前
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 年之前
Rustem Mussabekov
7c43262650
Update styling.md (#4954 )
- Fix typo for *popOver* value of *modalPresentationStyle*. Should be *popover* (lowercase)
- *topBar.buttonColor* is not works, but *leftButtonColor* and *rightButtonColor* instead works perfect
5 年之前
Guy Carmeli
942823390a
Migrate to Detox 12 (#4956 )
5 年之前
Yogev Ben David
ac60d2fe6a
Handle adding and removing components from registry manually by presenters (#4942 )
5 年之前
Alberto Blanco
283f226f55
Clear sideMenu's visible options after applying (#4937 )
* Clear sideMenu's visible options after applying
* If mergeOptions is called before a controller is attached to a parent - don’t clear one time options as they haven’t been applied yet.
5 年之前
Eli Sadaka
9126ced3bd
Do not setTag to bottomTabs if testId is null (#4935 )
Fixes #4812
5 年之前
Alpha
e954a41e64
Match android dependencies to app configuration (#4925 )
Fixes #4524
5 年之前