Guy Carmeli
8e50a8ee5a
Update changelog
5 years ago
wixmobile
0d1717cbd6
Update package.json version to 2.11.0 [ci skip]
5 years ago
Alpha
600a1d188b
Fix android build for RN 0.58.x (#4706 )
Removed unused class which isn't compatible with RN 0.58
Fixes #4646
5 years ago
Rav Sispal
23626556cf
[V2][iOS] Additional mergeOptions BottomTab Support (#4704 )
* Added missing mergeOptions for text, icon, selectedIcon, textColor, selectedTextColor, iconColor, selectedIconColor, badgeColor
* Minor changes
5 years ago
wixmobile
3f92856b40
Update package.json version to 2.10.0 [ci skip]
5 years ago
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
5 years ago
Guy Carmeli
81c5a926d1
Add colored icon to BottomTabs screen
5 years ago
Yogev Ben David
545e5fef5f
Add Icon insets support for buttons (#4699 )
* Add button.iconInsets
* Define iconInsets in Options.ts
* Apply color on button iconImage
5 years ago
Daniel Cohen Gindi
b3b88d15bb
Improved RNNSplashScreen status bar styling (#4698 )
5 years ago
Guy Carmeli
eda4b9ce0a
Null check when parsing strings
Mostly relevant to malformed icons where for some reason, requiring an image results in null.
5 years ago
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
5 years ago
Guy Carmeli
bb9b557306
Update changelog
5 years ago
David undefined
8713d74ec2
Update styling.md (#4690 )
5 years ago
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
5 years ago
wixmobile
77a861ce31
Update package.json version to 2.9.0 [ci skip]
5 years ago
Guy Carmeli
ea4af6444c
Fix tests, probably rebase issue
5 years ago
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.
5 years ago
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
5 years ago
Kyle Johnson
e00af9d068
Improve navBarBlur and navBarTranslucent documentation (#4681 )
5 years ago
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
5 years ago
Guy Carmeli
578f6a8eea
Fix custom back button missing id
Id property wasn’t handled when copying back button in native
5 years ago
Stanislav Doskalenko
4aa5cd17bf
fix Android title centering bug (#4674 )
5 years ago
Patrick Aubin
8cee745334
Pull from the root TabBarController (#4637 )
5 years ago
Yik Kok
0bcfbb724a
Fixed link to layout-types.md (#4654 )
5 years ago
Shankar Prakash G
5be735078b
Add Modal Dismissed Event Listener to doc (#4641 )
Add Modal Dismissed Event Listener to doc
5 years ago
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.
5 years ago
Guy Carmeli
639fa2666f
Update changelog
5 years ago
wixmobile
ef66557d82
Update package.json version to 2.8.0 [ci skip]
5 years ago
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.
5 years ago
Mary Jenel
57d8ff7858
Fix system & back button color (#4592 )
* Add color to tintColor
5 years ago
Vadim Laletin
34f37aa7c5
Tell prop's type with generic. Addition to #4597 (#4621 )
5 years ago
Robin van Wijngaarden
3fa61d4faf
Move animationType property to parent (#4608 )
5 years ago
Ibrahim Almuqrin
025095db2e
Documented registerComponentWithRedux is deprecated (#4609 )
5 years ago
Guy Carmeli
d4b51b387f
Update test-e2e.js
5 years ago
Guy Carmeli
174dd6dace
Fix build scripts
Seems like CI env variable is obsolete
5 years ago
Guy Carmeli
f34514a04a
Download licenses only in ci
5 years ago
Henrik Raitasola
bc23fbad60
Tell prop's type with generic (#4597 )
5 years ago
Guy Carmeli
2b0871f2f1
f
5 years ago
Guy Carmeli
fc9f63227c
f
5 years ago
Guy Carmeli
5015903a25
welp
5 years ago
Guy Carmeli
744016fb02
try to fix Android build take 3
5 years ago
Guy Carmeli
84d242a5a9
Trying to fix android build take 2
5 years ago
Guy Carmeli
d8577ca914
Try to fix android build
5 years ago
wixmobile
c202dfc464
Update package.json version to 2.7.1 [ci skip]
5 years ago
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
5 years ago
Guy Carmeli
64dbc22dc4
Update CHANGELOG.md
5 years ago
Guy Carmeli
af0159a231
Update changelog
5 years ago
wixmobile
7b6a31b13e
Update package.json version to 2.7.0 [ci skip]
5 years ago
David
09c8c37e64
Fix title height not being set on Android (#4587 )
Set topBar title height property
5 years ago
sganti564
83f69d4eff
Adding hideNavBarOnFocusSearchBar option (#4578 )
* hidesNavigationBarDuringPresentation SearchBar
* Adding hideNavBarOnFocusSearchBar option
* Fixing compilation error
* Code cleanup
* code refactoring
5 years ago