Quentin Valmori
0557b61ab2
V1 [iOS/Android] Feature/async dismiss modal (#2975 )
* for iOS
* first try for android
* iOS indent
* Android Indent
* Update platformSpecific.android.js
* Update NavigationReactModule.java
* Update NavigationCommandsHandler.java
* Update platformSpecificDeprecated.android.js
* Update platformSpecificDeprecated.ios.js
пре 6 година
Guy Carmeli
79164efc1e
Fix crash when calling dismissModal before app was launched (#2978 )
closes #2966
пре 6 година
yogevbd
5e66068f8a
fixes tabBar layout after dismissing a modal in iphone x
пре 6 година
Aaron Brager
fa0015af09
Add note about Android left button icon constraint (#2963 )
пре 6 година
Shalom Yerushalmy
654b827ac2
Update README.md
пре 6 година
Shalom Yerushalmy
43f7ef56f2
Update README.md
пре 6 година
Shalom Yerushalmy
b41b8df0c1
Update README.md
Test jenkins
пре 6 година
Shalom Yerushalmy
eab2877f68
Update README.md
пре 6 година
Shalom Yerushalmy
b7b79e26e4
Update README.md
пре 6 година
yogevbd
cbef2062f4
horizontal scrollView insets fix
пре 6 година
yogevbd
9fbb10974a
notification animation fix
пре 6 година
Jaime Agudo
3ab175cf3d
Make Left the default "side" for toggleDrawer (#2921 )
Avoids a null pointer exception when not passing { side: "left" } to navigator.toggleDrawer() on Android
пре 6 година
Shalom Yerushalmy
704e330068
Update README.md
пре 6 година
yogevbd
f12abaca4b
title bug fix on ios
пре 6 година
Guy Carmeli
fdcffe4e79
Update README.md
пре 6 година
Florian Goße
5ecc5f315c
Fix formatting in ios installation documentation (#2242 )
пре 6 година
yogevbd
c0481040cb
title bug fix on ios
пре 6 година
Shalom Yerushalmy
d34a9019fb
Update README.md
check jenkins
пре 6 година
yogevbd
d971a894bf
More indentation fixes
пре 6 година
yogevbd
853941d0e7
indentation fixes
пре 6 година
yogevbd
60e0b3957d
Closes #2818
пре 6 година
yogevbd
ceb315118c
reloading in debug mode fix
пре 6 година
Shalom Yerushalmy
245b96748f
Fix release script
пре 6 година
Daniel Zlotin
314648482b
fix release
пре 6 година
Daniel Zlotin
ca52a9dac2
same scripts in jenkins
пре 6 година
Daniel Zlotin
ab7b62def8
update README
пре 6 година
Daniel Zlotin
db0abefaf9
migrated to JenkinsCI
пре 6 година
yogevbd
e709e0e732
flaky navBarCustomView on iOS 10 fix
пре 6 година
Phạm Quan Khiết Luân
08039a6dcf
Add splash screen tutorial to third-party-lib-support document page. (#2863 )
* fix navigatorStyle don't work on Drawer
* Fix lightbox dismiss on Android
* Update LightBox.java
* Add splash screen tut in third party lib support list
* Revert the old drawer commit
пре 6 година
Azeem Hassni
50acd74a75
Added missing curly bracket (#2859 )
Added a missing curly bracket in top tabs example.
пре 6 година
Guy Carmeli
62431ba128
version patch
пре 6 година
yogevbd
0c8054b8ff
center customTitleView fixed for xcode 8 builds
пре 6 година
yogevbd
0955ed6cb6
passProps fix for deep stack
пре 6 година
yogevbd
6b18dee309
fixed root with depth in startTabBasedApp
пре 6 година
Leo Natan
fb212e968d
Update swizzles for RN scrollview
пре 6 година
yogevbd
24dfb69bd9
root with depth fix
пре 6 година
Nicolas Bonduel
c239985eb3
ScreenVisibilityListener now called on disappear methods (#2822 )
fixes https://github.com/wix/react-native-navigation/issues/1771
пре 6 година
Guy Carmeli
1a89256200
Fix issues with starting app with deep stack
* add back button to screens pushed to stack
* resolve tab icon from root screen, instead of first pushed screen
* omit components object from tabs
пре 6 година
yogevbd
029440567e
fixed custom top bar alignment
пре 6 година
Daniel Zlotin
d240378a83
fix travis publish
пре 6 година
Daniel Zlotin
991c23983c
debug travis deploy
пре 6 година
yogevbd
459d469156
try rebuild in ci
пре 6 година
yogevbd
2c0ec109a8
Closes #2777
пре 6 година
Ioannis Kokkinidis
93de04e13f
Re: Now allowing the custom nav bar to take up the whole space on iOS (#2620 )
* Add support for react-native 0.52.0
* Refactore a bit
1. Rename `DevCommandsHandlerProxy` to `DevHelperProxy` so it reflects the changes in RN. See d19afc73f5 .
2. Add few comments to show which code is used on `RN >= 0.52` and which on `RN <= 0.51`.
* Now allowing the custom nav bar to take up the whole space on iOS
The custom nav bar on iOS was really just a custom view applied to the title of the navigation bar.
There were problems with this approach, because the navigation bar messes up the frame of the title very frequently, especially when the orientation is changing. That behaviour is accepted when the title is a label, but not when we have a custom component.
With this pull request the custom nav bar component can take up the full width of the navigation bar, no matter what orientation we're at.
* Added mix of native btns and custom component on the Custom TopBar screen of the example project
пре 6 година
Guy Carmeli
9534fe9402
Fix flickering modal on Android
The initial modal screen got animated twice, this regression was introduced in #2761 .
пре 6 година
Alexey Ustinov
d9f533d9d7
Apply title in resetTo (#2787 )
пре 6 година
Guy Carmeli
7e0eda4375
Save props in singleScreenApp
пре 6 година
yogevbd
b3aa8d2940
fixes large titles (#2775 )
пре 6 година
Guy Carmeli
22542842f5
fix tests
пре 6 година
Guy Carmeli
c740b3f22f
Update build tools version
пре 6 година