Guy Carmeli
3766a1aeae
Update waitForRender documentation
před 5 roky
Joel Arvidsson
dfd894ab2f
Fix launch image matching for iPhone XR/XS Max portrait (#4707 )
před 5 roky
Guy Carmeli
8e50a8ee5a
Update changelog
před 5 roky
wixmobile
0d1717cbd6
Update package.json version to 2.11.0 [ci skip]
před 5 roky
Alpha
600a1d188b
Fix android build for RN 0.58.x (#4706 )
Removed unused class which isn't compatible with RN 0.58
Fixes #4646
před 5 roky
Rav Sispal
23626556cf
[V2][iOS] Additional mergeOptions BottomTab Support (#4704 )
* Added missing mergeOptions for text, icon, selectedIcon, textColor, selectedTextColor, iconColor, selectedIconColor, badgeColor
* Minor changes
před 5 roky
wixmobile
3f92856b40
Update package.json version to 2.10.0 [ci skip]
před 5 roky
Yogev Ben David
7e15d59bbc
Remove get current leaf, better options resolving (#4700 )
* Remove currentLeaf
* Fix resolve options
* Remove irrelevant test
* Remove RNNRootViewController clear background color
* Fix title with subtitle options
před 5 roky
Guy Carmeli
81c5a926d1
Add colored icon to BottomTabs screen
před 5 roky
Yogev Ben David
545e5fef5f
Add Icon insets support for buttons (#4699 )
* Add button.iconInsets
* Define iconInsets in Options.ts
* Apply color on button iconImage
před 5 roky
Daniel Cohen Gindi
b3b88d15bb
Improved RNNSplashScreen status bar styling (#4698 )
před 5 roky
Guy Carmeli
eda4b9ce0a
Null check when parsing strings
Mostly relevant to malformed icons where for some reason, requiring an image results in null.
před 5 roky
Yogev Ben David
5abea28c53
SetRoot wait for render (#4688 )
* Layout changes
* WIP
* Revert "Layout changes"
This reverts commit 4da8cfbd12 .
* Clean topBar.component and topBar.background.component when not needed
* Move custom components login from viewController to presenters
* Change waitForRender and enabled property from primitive bool to Bool object
* Fix ios unit tests
* Add unit tests
* Remove RNNReactView observer when view ready
* Load react components from component manager
* Remove createCustomReactView duplication
* Handle render children in each Layout
* Wait for navigation presenter components render, refactor RNNTitleViewHelper
* Fix unit tests
* Add waitForRender for custom react components
* Fixes e2e
před 5 roky
Guy Carmeli
bb9b557306
Update changelog
před 5 roky
David undefined
8713d74ec2
Update styling.md (#4690 )
před 5 roky
Guy Carmeli
aef7745cd3
Fixed modalDismissed event being emitted with wrong id
Event was emitted with parent id instead of the id provided by the user, which could be an id on one of the modals children.
fixes #4693
před 5 roky
wixmobile
77a861ce31
Update package.json version to 2.9.0 [ci skip]
před 5 roky
Guy Carmeli
ea4af6444c
Fix tests, probably rebase issue
před 5 roky
Daniel Salinas
00d5e313f8
Model splitView after the other presenter options (#4647 )
Seems like RNNSplitViewOptions wasn't updated to use the presenters, so
the options were going nowhere.
před 5 roky
Mohammad Ali Jafarian
9c48a78bc2
[V2][IOS] fixes noBorder issue with largeTitle (#4310 )
* fixes noBorder issue with largeTitle
* fixes issue that change navigationbar title color to default
před 5 roky
Kyle Johnson
e00af9d068
Improve navBarBlur and navBarTranslucent documentation (#4681 )
před 5 roky
Ezorken
56f1287094
Include missing backButton prop for android (#4437 ) (#4667 )
the generic buttonColor doesn't work for android. Backbutton color is not documented, see #3454
před 5 roky
Guy Carmeli
578f6a8eea
Fix custom back button missing id
Id property wasn’t handled when copying back button in native
před 5 roky
Stanislav Doskalenko
4aa5cd17bf
fix Android title centering bug (#4674 )
před 5 roky
Patrick Aubin
8cee745334
Pull from the root TabBarController (#4637 )
před 5 roky
Yik Kok
0bcfbb724a
Fixed link to layout-types.md (#4654 )
před 5 roky
Shankar Prakash G
5be735078b
Add Modal Dismissed Event Listener to doc (#4641 )
Add Modal Dismissed Event Listener to doc
před 6 roky
Daniel Salinas
954e7348d7
Refactor SplitView options and make them work with Tabs (#4612 )
The bottomTab settings were not being properly applied if a SplitView
controller was nested. Part of this seems to be that the 'options' for
SplitView were in their V1 form, i.e. they did not have access to the
full topBar/bottomTab/etc.
I refactored the options to be in their own subsettings. NOTE: the
settings for splitView are not being applied currently -- they weren't
before and they still are not now.
With access to the full options now, I was able to change
RNNSplitViewController to properly override
willMoveToParentViewController to get the bottomTab icon to properly
show up.
před 6 roky
Guy Carmeli
639fa2666f
Update changelog
před 6 roky
wixmobile
ef66557d82
Update package.json version to 2.8.0 [ci skip]
před 6 roky
Guy Carmeli
740ad3c326
Bottom tabs attach mode (#4633 )
This pr adds support for changing tab initialisation mode. Currently bottom tabs are attached together and consequently, their corresponding react root views are created and rendered. This adds lots of stress on the js thread and hiders app start time.
To mitigate this issue, this pr adds support for three modes
* `together` (default, current behaviour) - all tabs are loaded together, adding unnecessary load on the js thread as we're loading invisible views, which leads to increased app start time.
* `afterInitialTab` - Initial tab is loaded first. After it is rendered, other tabs are loaded as well. This should shave a few hunderdish ms from app start time. Since other tabs are loaded after the initial tab is visible, the ui might be unresponsive for a few hunderdish ms as multiple root views (which are typically complex) are being created and attached to hierarchy at once.
* `onSwitchToTab` - initial tab is loaded. Other tabs are loaded when switching to them (tab click or programmatically). While this won't stress js thread after initial tab is rendered, there will be a flicker when entering a tab for the first time as it's ui isn't ready.
před 6 roky
Mary Jenel
57d8ff7858
Fix system & back button color (#4592 )
* Add color to tintColor
před 6 roky
Vadim Laletin
34f37aa7c5
Tell prop's type with generic. Addition to #4597 (#4621 )
před 6 roky
Robin van Wijngaarden
3fa61d4faf
Move animationType property to parent (#4608 )
před 6 roky
Ibrahim Almuqrin
025095db2e
Documented registerComponentWithRedux is deprecated (#4609 )
před 6 roky
Guy Carmeli
d4b51b387f
Update test-e2e.js
před 6 roky
Guy Carmeli
174dd6dace
Fix build scripts
Seems like CI env variable is obsolete
před 6 roky
Guy Carmeli
f34514a04a
Download licenses only in ci
před 6 roky
Henrik Raitasola
bc23fbad60
Tell prop's type with generic (#4597 )
před 6 roky
Guy Carmeli
2b0871f2f1
f
před 6 roky
Guy Carmeli
fc9f63227c
f
před 6 roky
Guy Carmeli
5015903a25
welp
před 6 roky
Guy Carmeli
744016fb02
try to fix Android build take 3
před 6 roky
Guy Carmeli
84d242a5a9
Trying to fix android build take 2
před 6 roky
Guy Carmeli
d8577ca914
Try to fix android build
před 6 roky
wixmobile
c202dfc464
Update package.json version to 2.7.1 [ci skip]
před 6 roky
Guy Carmeli
4d82292950
Fix broken static options provided as objects
RNN supports static options provided as both functions and objects.
Static objects broke in a recent PR - 08f8581b3f
před 6 roky
Guy Carmeli
64dbc22dc4
Update CHANGELOG.md
před 6 roky
Guy Carmeli
af0159a231
Update changelog
před 6 roky
wixmobile
7b6a31b13e
Update package.json version to 2.7.0 [ci skip]
před 6 roky