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
Guy Carmeli
f484c2c2f4
Update changelog
5 years ago
Guy Carmeli
1f25ecbe5d
Document app launch and the differences between platforms in this regard
5 years ago
wixmobile
66e5b55baa
Update package.json version to 2.14.0 [ci skip]
5 years ago
Guy Carmeli
602c669b02
External component lifecycle events (#4872 )
* Add external component e2e
* Emit appear and disappear events for external components
5 years ago
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.
5 years ago
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.
5 years ago
Guy Carmeli
eb17eb2139
Some more code clean up in playground app
5 years ago
larryranches
996f2b11ff
Add enabled property to OptionsAnimationSeparateType (#4832 )
5 years ago
Guy Carmeli
24a8c53a2c
Add ScrollView inside Overlay example
Complex layouts were added to relevant parts in the playground app.
5 years ago
Mohammad Ali Jafarian
025c5e8dd6
Add direction property to OptionsLayout (#4847 )
Add direction property to OptionsLayout interface
5 years ago
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
5 years ago
Guy Carmeli
fdee25422f
Fix crash when calling setStackRoot multiple times in quick succession (#4843 )
Previous push animation wasn’t cancelled, when it ended the controller tried
to destroy previous view which was already destroyed.
5 years ago
Guy Carmeli
47b7d2c7c5
Cancel in-flight push animation on pop (#4842 )
When popToRoot or popTo where called while a screen was pushed, at the end of the push animation RNN tried to destroy an already destroyed ViewController.
Related to #3767
5 years ago
Guy Carmeli
57750961a9
Clean playground app
Mostly removed unused files left over from the recent playground app refactor
5 years ago
Nicolas Charpentier
f67c59c508
Fix typos in styling.md (#4829 )
Fix typos in styling.md
5 years ago
Hadi Mostafapour
1899601fb9
[Android] Fix title glitch and alignment (#4809 )
Fix android title glitch and title center alignment issue on layout orientation change
5 years ago
Nicolas Charpentier
b054fca31d
s/asembleDebug/assembleDebug (#4816 )
5 years ago
mukesh mandiwal
047ea44fea
Fix code sample in the documentation for layouts bottomTabs (#4808 )
Add curly braces around the visible property
5 years ago
Hadi Mostafapour
40d2520094
layout direction docs (#4810 )
5 years ago
wixmobile
c6b6f731f4
Update package.json version to 2.13.1 [ci skip]
5 years ago
Guy Carmeli
2c514d931f
Move uilib to devDependencies (#4806 )
uilib is used only in the playground app and was added by mistake to dependencies.
5 years ago
James Pearson
617c5ba5da
Fixed broken links to Usage and LayoutTypes (#4803 )
5 years ago
Guy Carmeli
e915bec9f5
Update CHANGELOG.md
5 years ago
Guy Carmeli
b4250e7d6a
Update changelog
5 years ago
wixmobile
987545bfac
Update package.json version to 2.13.0 [ci skip]
5 years ago
Guy Carmeli
54ff1cd049
Fix overflow visible for react button components in TopBar (#4802 )
React button components now support overflow: visible. This property is especially useful when displaying buttons with a badge
which exceeds the button bounds.
5 years ago
Shalom Yerushalmy
e50906d887
Xcode10 (#4795 )
* Add -UseModernBuildSystem=NO for xcodebuild
* Add -UseModernBuildSystem to detox build
5 years ago