Shalom Yerushalmy
aed0e9fcd6
Trigger build
6 лет назад
yogevbd
335dd424a2
Prevent navBar header background transition in modals, fixes black background in modals navBar
6 лет назад
Joshua Kappers
63c34738d1
Link to root of movieapp repo (#3112 )
6 лет назад
Shalom Yerushalmy
a4e5055f63
Test [skip ci]
6 лет назад
yogevbd
771e906973
Revert "Support a “modal” prop for tabbed iOS apps (#1578 )"
This reverts commit 5cd2972ca0 .
6 лет назад
yogevbd
ff8e84a991
Revert "fix build issue"
This reverts commit 864a84dfcf .
6 лет назад
yogevbd
864a84dfcf
fix build issue
6 лет назад
Masaru Ichikawa
f7267009de
fixed a bug modal viewController was not deallocated when to call dismissAllModals (#2843 )
6 лет назад
Kevin Barrett
5cd2972ca0
Support a “modal” prop for tabbed iOS apps (#1578 )
* feat: support a “modal” prop for tabbed ios apps
* fix: apply temp fix for react-native-navigation#1502 (#1 )
* fix: enable fab icon scaling (#2 )
* v1.1.340 [ci skip]
* Update FloatingActionButtonCoordinator.java
* Update top-level-api.md
* Update package.json
6 лет назад
Adam Wilson
01ba0f8451
Add iPad landscape launch image (#2473 )
6 лет назад
Ioannis Kokkinidis
ac95d36753
Now passing an activity to clearHostOnActivityDestroy (#3133 )
- We do that in order to allow the end user to decide
wether they want to destroy the host based on who's
the one calling onDestroy.
6 лет назад
Shalom Yerushalmy
522e53ef28
Change CI var env to JENKINS_CI
6 лет назад
Varun Gupta
3b9f6bfbbf
Avoid NPR in SET (#3115 )
6 лет назад
Shalom Yerushalmy
6eb022e024
Update README.md
6 лет назад
Shalom Yerushalmy
cf21081eda
Update README.md
6 лет назад
Shalom Yerushalmy
9b19c76ce6
Update README.md
6 лет назад
David Antoon
da176aae96
Add missing comma (#3106 )
6 лет назад
Yee Wong
cd80eca782
fix android rooBackgroundImage support (#3089 )
6 лет назад
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.
6 лет назад
Piper
578659204d
Github -> GitHub (#3067 )
6 лет назад
Guy Carmeli
d96f091e40
NPE screenParams before setting rootBackgroundImageName
6 лет назад
Yee Wong
7f220e7dff
Add Android support for rootBackgroundImageName (#3051 )
6 лет назад
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.
6 лет назад
Garrett McCullough
74a8c6bb30
remove unused param from function (#3039 )
6 лет назад
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.
6 лет назад
switch13
32fbc88388
Reference to function confusing and unnecessary (#2959 )
Removed reference to - (BOOL)application:(UIApplication *)application... The way it's worded makes it seem like you only need to overwrite what's in the function, not the entire file's code.
6 лет назад
Tetsuro Mikami
033cb61b2d
Make tabBarHideShadow to be configurable on Android (#2990 )
6 лет назад
yogevbd
f075b1a8af
empty commit
6 лет назад
yogevbd
243a7bbd19
fixes black navigationBar on transitioning to screen with transparent navigationBar
6 лет назад
Gareth Steyn
8cbb9477ce
Check if sharedBridge is valid instead of only checking for not null (#2584 )
6 лет назад
Patryk Poźniak
e7913d067b
tapBackgroundToDismiss property on screen API (#3012 )
This is working on the screen API too, however it's not included in screen API, only on top-level screen
6 лет назад
Denis Ikeda
085b3c9c90
Fixing NPE found on issue #2695 (#2976 )
There's a roundabout manner of obtaining the react context on initialisation that is null on some instances (https://github.com/wix/react-native-navigation/issues/2695 ), including errors on startup that prevents debugging on console. (For instance, throwing an error on index before starting the app)
It is solved by sending the same context given on method onReactContextInitialized, instead of discarding it and calling getReactContext.
6 лет назад
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 лет назад