wixmobile
7c057016e3
Update package.json version to 2.18.1 [ci skip]
vor 5 Jahren
Yogev Ben David
f74991b8da
Fix popGesture freezes the app, Closes #4388 (#5009 )
vor 5 Jahren
wixmobile
c60dbdc6ea
Update package.json version to 2.18.0 [ci skip]
vor 5 Jahren
yogevbd
e5661fe3ba
Fix typescript
vor 5 Jahren
Guy Carmeli
1155cbde7b
Update changelog
vor 5 Jahren
Guy Carmeli
53cad2b289
Document handleKeyboardEvents
vor 5 Jahren
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 >
vor 5 Jahren
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
vor 5 Jahren
Yogev Ben David
e9ca247a52
Add overlay.handleKeyboardEvents options (#5002 )
vor 5 Jahren
Yogev Ben David
189f5593f7
Fix flaky unit tests (#4997 )
vor 5 Jahren
Yogev Ben David
0e1a35d467
Fix sideMenu orientation options (#4995 )
vor 5 Jahren
Yogev Ben David
2bddff390d
Apply bottomTabs options after children added (#4994 )
* Apply bottomTabs options after children added
* Fix unit tests
vor 5 Jahren
Yogev Ben David
81dc07d5b8
return componentId on showModal (#4992 )
vor 5 Jahren
Yogev Ben David
9dafd16a8e
Add e2e for multiple setRoot (#4993 )
vor 5 Jahren
Yogev Ben David
275304c88e
Stop manually manage viewControllers store, Iterate layout instead (#4991 )
* Stop manually manage viewControllers store, Iterate layout instead
* Update RNNCommandsHandlerTest.m
vor 5 Jahren
Ceyhun Ozugur
9d7d7f4600
Add missing topMargin type to OptionsTopBar (#4950 )
vor 5 Jahren
Guy Carmeli
8945528eee
Update changelog
vor 5 Jahren
wixmobile
f4f00906ff
Update package.json version to 2.17.0 [ci skip]
vor 5 Jahren
Tyrone Trevorrow
ab9fd658c2
Fix StatusBarOptions being in xcodeproj twice (#4957 )
vor 5 Jahren
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
vor 5 Jahren
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
vor 5 Jahren
Guy Carmeli
942823390a
Migrate to Detox 12 (#4956 )
vor 5 Jahren
Yogev Ben David
ac60d2fe6a
Handle adding and removing components from registry manually by presenters (#4942 )
vor 5 Jahren
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.
vor 5 Jahren
Eli Sadaka
9126ced3bd
Do not setTag to bottomTabs if testId is null (#4935 )
Fixes #4812
vor 5 Jahren
Alpha
e954a41e64
Match android dependencies to app configuration (#4925 )
Fixes #4524
vor 5 Jahren
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
vor 5 Jahren
Chen Zhao
f9aabf2ee9
add iOS setup step 3b. remove RCTBridgeDelegate from AppDelegate.h (#4868 )
vor 5 Jahren
jonathanmos
b444ab3092
reorder installation instructions (#4932 )
vor 5 Jahren
David undefined
370abbb197
Update changelog (#4926 )
* Add 2.15.0 changes
* Add 2.16.0 changes
vor 5 Jahren
wixmobile
ea245ae647
Update package.json version to 2.16.0 [ci skip]
vor 5 Jahren
yogevbd
e2dcef9d4a
Fix topBar buttons iconsInsets
vor 5 Jahren
Yogev Ben David
0e29a03a40
Fixes command completion event commandId (#4766 )
* Fixes command completion event commandId
* Fix e2e
vor 5 Jahren
Evan Ricketts
1c740b74f2
[V2] Tweak app lifecycle docs (#4877 )
* app launch docs consistent UI capitalisation
* app launch docs greater detail
vor 5 Jahren
wixmobile
62e2de47ab
Update package.json version to 2.15.0 [ci skip]
vor 5 Jahren
Yogev Ben David
0186b1ac36
Prevent retaining button component in componentRegistry (#4888 )
vor 5 Jahren
Yedidya Kennard
5ba7ccb75f
no message (#4885 )
vor 5 Jahren
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
vor 5 Jahren
Yogev Ben David
a98f18704c
Fix and refactor animations options (#4880 )
vor 5 Jahren
Guy Carmeli
f484c2c2f4
Update changelog
vor 5 Jahren
Guy Carmeli
1f25ecbe5d
Document app launch and the differences between platforms in this regard
vor 5 Jahren
wixmobile
66e5b55baa
Update package.json version to 2.14.0 [ci skip]
vor 5 Jahren
Guy Carmeli
602c669b02
External component lifecycle events (#4872 )
* Add external component e2e
* Emit appear and disappear events for external components
vor 5 Jahren
Guy Carmeli
4517d22b38
[BREAKING] Rename animation options class name
I found the names used for the animation classes to be a bit undescriptive,
even though this might break a few users I think it’s for the best as a few
contributors were confused by these names as well.
vor 5 Jahren
Guy Carmeli
dc1b980274
Add peek pop example to playground app
This commit also allows TouchablePreview component to accept any touchable components,
not only the ones included in RN.
vor 5 Jahren
Guy Carmeli
eb17eb2139
Some more code clean up in playground app
vor 5 Jahren
larryranches
996f2b11ff
Add enabled property to OptionsAnimationSeparateType (#4832 )
vor 5 Jahren
Guy Carmeli
24a8c53a2c
Add ScrollView inside Overlay example
Complex layouts were added to relevant parts in the playground app.
vor 5 Jahren
Mohammad Ali Jafarian
025c5e8dd6
Add direction property to OptionsLayout (#4847 )
Add direction property to OptionsLayout interface
vor 5 Jahren
Arman Dezfuli-Arjomandi
81d8b69d61
[V2] Fix iOS pop gesture when topBar is hidden (#4568 )
* Fix iOS pop gesture when nav bar is hidden
* Add missing property
* Factor out InteractivePopGestureDelegate into its own file
* Add missing import
* Make sure fix supports hidden and visible nav bars
* Minor code style fix
vor 5 Jahren