andresesfm
be5056ad12
Fix iioobe bottom tab (#3082 )
6 年 前
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
6 年 前
Shalom Yerushalmy
9e502aec73
Revert "Update README.md"
This reverts commit a9b9d8379c .
6 年 前
Shalom Yerushalmy
a9b9d8379c
Update README.md
Test Jenkins
6 年 前
yogevbd
f7b1f163d2
Closes #3081
6 年 前
yogevbd
2acbf135aa
Closes #3085
6 年 前
yogevbd
02200e422b
unit test fix
6 年 前
Daniel van der Merwe
7ba0f155a5
Update package.json to reference typings (#3086 )
6 年 前
yogevbd
1041708fb5
modalPresentationStyle support
6 年 前
Daniel Zlotin
66e39817e3
gen-docs WIP
6 年 前
Daniel Zlotin
76533af4d1
gen-docs WIP
6 年 前
Daniel Zlotin
97dce46570
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 年 前
Daniel Zlotin
9ae12e6e9c
fixing jenkins
6 年 前
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
6 年 前
Guy Carmeli
9caa47bf82
Merge options (#3055 )
* migrate js and java to mergeOptions
* migrate ios to mergeOptions
6 年 前
Yogev B
d1ee822d23
Update styling.md
6 年 前
Guy Carmeli
c949b0f557
Add button text color unit test
6 年 前
Guy Carmeli
a25ecf86bc
refactor button options
6 年 前
yogevbd
b7a4e41e3c
e2e fix
6 年 前
Guy Carmeli
aeea586404
Button fontFamily Android
6 年 前
Guy Carmeli
2f1554f27b
Update button options
6 年 前
Guy Carmeli
bbc643e7bd
Document popTo(componentId)
6 年 前
Guy Carmeli
911adb141b
disabledColor android
6 年 前
Guy Carmeli
0a196b86ff
Update README.md
6 年 前
Shalom Yerushalmy
94040353db
Update README.md
6 年 前
yogevbd
dd76abc06a
Added missing buttons styles
6 年 前
Daniel Zlotin
9f79a7ab55
copied all work from typedoc-markdown-creator
6 年 前
yogevbd
56c1564060
BottomTab iconsInsets support
6 年 前
Dima Loktev
fd71d9cf20
Add ability to set badge=null to hide it (#3035 )
6 年 前
yogevbd
f2137fc65c
unit test fix
6 年 前
Guy Carmeli
8c20f34b76
Update README.md
6 年 前
Guy Carmeli
1d7da536a6
Update roadmap (#3043 )
* Rename to onChildWillAppear
* update roadmap
6 年 前
Guy Carmeli
c80453dc70
Stop setting id for root views
6 年 前
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
6 年 前
yogevbd
44b105fdf6
Rename enabled to enable in animation options - ios
6 年 前
Guy Carmeli
85e321ad18
Rename enabled to enable in animation options
6 年 前
Guy Carmeli
5e1d315b61
Remove animated option
Each animation (push, pop etc) can be enabled or disabled separately
6 年 前
yogevbd
d40503670a
refactored animated prop
6 年 前
Guy Carmeli
8d4b92cf9c
Reset animation values when showing topBar
6 年 前
Guy Carmeli
742581c404
Cleanup OptionsApplyingTest
6 年 前
yogevbd
bb6cbb5047
Resolves #2962
6 年 前
John Gorenfeld
deceeecb0e
Copyediting for Usage.md (#3017 )
I made the text a little more punchy and easy to read.
6 年 前
andresesfm
c93eef6df1
Update doc since PR was accepted (#3020 )
The following https://github.com/wix/react-native-navigation/pull/3006 implemented this functionality
6 年 前
Guy Carmeli
32bf636d1d
Add root once
6 年 前
Guy Carmeli
2e91f522d6
Add previous screen to heirarchy before pop
6 年 前
Guy Carmeli
6e3e922d01
Invoke onSuccess for initial pushed child
6 年 前
Shalom Yerushalmy
759d695adc
Fix e2e test
6 年 前
Guy Carmeli
f64791a720
Revert "Add previous screen at index 0 when popping"
This reverts commit db567ea7b3 .
6 年 前
Guy Carmeli
db567ea7b3
Add previous screen at index 0 when popping
6 年 前
Yogev B
0c2b10ed95
Update styling.md
6 年 前