Dima Loktev
0d41a06c73
Remove hardcoded title.fontSize to reset to defaults (#3080 )
7 gadus atpakaļ
b_d
49b840dc22
fix(TopTabOptions): fixed attribute naming for parser (#3071 )
7 gadus atpakaļ
andresesfm
be5056ad12
Fix iioobe bottom tab (#3082 )
7 gadus atpakaļ
Guy Carmeli
728f87e2ed
Modal as layout (#3094 )
[Breaking[ Modal refactor
* [Breaking] Showing modal removes the previously visible ViewController from hierarchy
* Modal implementation does not rely on Dialog
* Modal view is added to `content` layout
* Overlay is added to `root` layout, on top of the application's content
* Introduce StackControllerBuilder
* Show modal with animation
* Dismiss modal with animation
* Add previous modal at index 0
* Add root at index 0
* dismissAllModals dismisses only top modal with animation
7 gadus atpakaļ
Shalom Yerushalmy
9e502aec73
Revert "Update README.md"
This reverts commit a9b9d8379c .
7 gadus atpakaļ
Shalom Yerushalmy
a9b9d8379c
Update README.md
Test Jenkins
7 gadus atpakaļ
yogevbd
f7b1f163d2
Closes #3081
7 gadus atpakaļ
yogevbd
2acbf135aa
Closes #3085
7 gadus atpakaļ
yogevbd
02200e422b
unit test fix
7 gadus atpakaļ
Daniel van der Merwe
7ba0f155a5
Update package.json to reference typings (#3086 )
7 gadus atpakaļ
Yee Wong
cd80eca782
fix android rooBackgroundImage support (#3089 )
7 gadus atpakaļ
Guy Carmeli
bee7e1a91b
Pass ActionMenuView as parent to right buttons instead of Toolbar (#3091 )
Motivation:
When searching for the button's concrete TextView by label, if the
title has the same text as the buttons, both views are returned.
7 gadus atpakaļ
Piper
578659204d
Github -> GitHub (#3067 )
7 gadus atpakaļ
yogevbd
1041708fb5
modalPresentationStyle support
7 gadus atpakaļ
Daniel Zlotin
66e39817e3
gen-docs WIP
7 gadus atpakaļ
Daniel Zlotin
76533af4d1
gen-docs WIP
7 gadus atpakaļ
Daniel Zlotin
97dce46570
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
7 gadus atpakaļ
Daniel Zlotin
9ae12e6e9c
fixing jenkins
7 gadus atpakaļ
Nicolás Castellanos
83ab78701f
Migrate to react v16.3 lifecycle (#2991 )
* Migrate to react v16.3 lifecycle & Add backward compatibility for older React versions
* remove yarn.lock
7 gadus atpakaļ
Guy Carmeli
d96f091e40
NPE screenParams before setting rootBackgroundImageName
7 gadus atpakaļ
Guy Carmeli
9caa47bf82
Merge options (#3055 )
* migrate js and java to mergeOptions
* migrate ios to mergeOptions
7 gadus atpakaļ
Yogev B
d1ee822d23
Update styling.md
7 gadus atpakaļ
Yee Wong
7f220e7dff
Add Android support for rootBackgroundImageName (#3051 )
7 gadus atpakaļ
Guy Carmeli
c949b0f557
Add button text color unit test
7 gadus atpakaļ
Guy Carmeli
a25ecf86bc
refactor button options
7 gadus atpakaļ
yogevbd
b7a4e41e3c
e2e fix
7 gadus atpakaļ
Guy Carmeli
aeea586404
Button fontFamily Android
7 gadus atpakaļ
Guy Carmeli
2f1554f27b
Update button options
7 gadus atpakaļ
Guy Carmeli
bbc643e7bd
Document popTo(componentId)
7 gadus atpakaļ
Guy Carmeli
911adb141b
disabledColor android
7 gadus atpakaļ
Guy Carmeli
0a196b86ff
Update README.md
7 gadus atpakaļ
Shalom Yerushalmy
94040353db
Update README.md
7 gadus atpakaļ
yogevbd
dd76abc06a
Added missing buttons styles
7 gadus atpakaļ
Daniel Zlotin
9f79a7ab55
copied all work from typedoc-markdown-creator
7 gadus atpakaļ
Eli Perkins
22f743bf5f
Fix when a title image has nil or NSNull (#3033 )
This was occuring if a title has no properties set initially, but then are configured later. The title image data would go from [NSNull null] to nil, breaking this check.
By comparing against both values, we can ensure the correct logic for all behaviors.
7 gadus atpakaļ
yogevbd
56c1564060
BottomTab iconsInsets support
7 gadus atpakaļ
Dima Loktev
fd71d9cf20
Add ability to set badge=null to hide it (#3035 )
7 gadus atpakaļ
yogevbd
f2137fc65c
unit test fix
7 gadus atpakaļ
Guy Carmeli
8c20f34b76
Update README.md
7 gadus atpakaļ
Guy Carmeli
1d7da536a6
Update roadmap (#3043 )
* Rename to onChildWillAppear
* update roadmap
7 gadus atpakaļ
Garrett McCullough
74a8c6bb30
remove unused param from function (#3039 )
7 gadus atpakaļ
Guy Carmeli
c80453dc70
Stop setting id for root views
7 gadus atpakaļ
Narayana
d23bacea31
Updated RNNSideMenuController.m (#2788 )
on clicking the outside of the sideMenu area sideMenu not closing,
because there is a problem in the code which i modified now
7 gadus atpakaļ
yogevbd
44b105fdf6
Rename enabled to enable in animation options - ios
7 gadus atpakaļ
Guy Carmeli
85e321ad18
Rename enabled to enable in animation options
7 gadus atpakaļ
Guy Carmeli
5e1d315b61
Remove animated option
Each animation (push, pop etc) can be enabled or disabled separately
7 gadus atpakaļ
yogevbd
d40503670a
refactored animated prop
7 gadus atpakaļ
Guy Carmeli
8d4b92cf9c
Reset animation values when showing topBar
7 gadus atpakaļ
Guy Carmeli
742581c404
Cleanup OptionsApplyingTest
7 gadus atpakaļ
John Gorenfeld
350f89db9d
Update AppDelegate.m (#3026 )
To save new RNN users some trouble, I've updated the recommended Obj-C that the installation guide tells us to paste over our App Delegate. I think the old one is obsolete because the #import and one of the Obj-C methods has change. Also removed a potentially misleading warning that might now cause users to wrongly blame their NPM version for trouble instead of these new changes. Anyway this new version works for me though someone might want to double check.
7 gadus atpakaļ