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
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 years ago
Guy Carmeli
942823390a
Migrate to Detox 12 (#4956 )
5 years ago
Yogev Ben David
ac60d2fe6a
Handle adding and removing components from registry manually by presenters (#4942 )
5 years ago
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 years ago
Eli Sadaka
9126ced3bd
Do not setTag to bottomTabs if testId is null (#4935 )
Fixes #4812
5 years ago
Alpha
e954a41e64
Match android dependencies to app configuration (#4925 )
Fixes #4524
5 years ago
Mohammad Ali Jafarian
68c62f33b5
Bugfix [iOS]: Fix Height of sidemenu when device orientation changes in iOS (#4907 )
* fixes noBorder issue with largeTitle
* fixes issue that change navigationbar title color to default
* - change drawerControllers subviews height to MMDrawerController`s height on orientation change
5 years ago
Chen Zhao
f9aabf2ee9
add iOS setup step 3b. remove RCTBridgeDelegate from AppDelegate.h (#4868 )
5 years ago
jonathanmos
b444ab3092
reorder installation instructions (#4932 )
5 years ago
David undefined
370abbb197
Update changelog (#4926 )
* Add 2.15.0 changes
* Add 2.16.0 changes
5 years ago
wixmobile
ea245ae647
Update package.json version to 2.16.0 [ci skip]
5 years ago
yogevbd
e2dcef9d4a
Fix topBar buttons iconsInsets
5 years ago
Yogev Ben David
0e29a03a40
Fixes command completion event commandId (#4766 )
* Fixes command completion event commandId
* Fix e2e
5 years ago
Evan Ricketts
1c740b74f2
[V2] Tweak app lifecycle docs (#4877 )
* app launch docs consistent UI capitalisation
* app launch docs greater detail
5 years ago
wixmobile
62e2de47ab
Update package.json version to 2.15.0 [ci skip]
5 years ago
Yogev Ben David
0186b1ac36
Prevent retaining button component in componentRegistry (#4888 )
5 years ago
Yedidya Kennard
5ba7ccb75f
no message (#4885 )
5 years ago
RoTTex
6cb1e18a88
[v2][iOS] Fix display empty custom topBar background over valid custom background (#4823 )
* [V2] [iOS] Fix iOS custom topBar background component
* Revert "[V2] [iOS] Fix iOS custom topBar background component"
This reverts commit aab340dbf5 .
* Remove previous customTopBar and customTopBarBackground before new one
5 years ago
Yogev Ben David
a98f18704c
Fix and refactor animations options (#4880 )
5 years ago