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 jaren geleden
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 jaren geleden
Tetsuro Mikami
033cb61b2d
Make tabBarHideShadow to be configurable on Android (#2990 )
6 jaren geleden
yogevbd
f075b1a8af
empty commit
6 jaren geleden
yogevbd
243a7bbd19
fixes black navigationBar on transitioning to screen with transparent navigationBar
6 jaren geleden
Gareth Steyn
8cbb9477ce
Check if sharedBridge is valid instead of only checking for not null (#2584 )
6 jaren geleden
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 jaren geleden
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 jaren geleden
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 jaren geleden
Guy Carmeli
79164efc1e
Fix crash when calling dismissModal before app was launched (#2978 )
closes #2966
6 jaren geleden
yogevbd
5e66068f8a
fixes tabBar layout after dismissing a modal in iphone x
6 jaren geleden
Aaron Brager
fa0015af09
Add note about Android left button icon constraint (#2963 )
6 jaren geleden
Shalom Yerushalmy
654b827ac2
Update README.md
6 jaren geleden
Shalom Yerushalmy
43f7ef56f2
Update README.md
6 jaren geleden
Shalom Yerushalmy
b41b8df0c1
Update README.md
Test jenkins
6 jaren geleden
Shalom Yerushalmy
eab2877f68
Update README.md
6 jaren geleden
Shalom Yerushalmy
b7b79e26e4
Update README.md
6 jaren geleden
yogevbd
cbef2062f4
horizontal scrollView insets fix
6 jaren geleden
yogevbd
9fbb10974a
notification animation fix
6 jaren geleden
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 jaren geleden
Shalom Yerushalmy
704e330068
Update README.md
6 jaren geleden
yogevbd
f12abaca4b
title bug fix on ios
6 jaren geleden
Guy Carmeli
fdcffe4e79
Update README.md
6 jaren geleden
Florian Goße
5ecc5f315c
Fix formatting in ios installation documentation (#2242 )
6 jaren geleden
yogevbd
c0481040cb
title bug fix on ios
6 jaren geleden
Shalom Yerushalmy
d34a9019fb
Update README.md
check jenkins
6 jaren geleden
yogevbd
d971a894bf
More indentation fixes
6 jaren geleden
yogevbd
853941d0e7
indentation fixes
6 jaren geleden
yogevbd
60e0b3957d
Closes #2818
6 jaren geleden
yogevbd
ceb315118c
reloading in debug mode fix
6 jaren geleden
Shalom Yerushalmy
245b96748f
Fix release script
6 jaren geleden
Daniel Zlotin
314648482b
fix release
6 jaren geleden
Daniel Zlotin
ca52a9dac2
same scripts in jenkins
6 jaren geleden
Daniel Zlotin
ab7b62def8
update README
6 jaren geleden
Daniel Zlotin
db0abefaf9
migrated to JenkinsCI
6 jaren geleden
yogevbd
e709e0e732
flaky navBarCustomView on iOS 10 fix
6 jaren geleden
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 jaren geleden
Azeem Hassni
50acd74a75
Added missing curly bracket (#2859 )
Added a missing curly bracket in top tabs example.
6 jaren geleden
Guy Carmeli
62431ba128
version patch
6 jaren geleden
yogevbd
0c8054b8ff
center customTitleView fixed for xcode 8 builds
6 jaren geleden
yogevbd
0955ed6cb6
passProps fix for deep stack
6 jaren geleden
yogevbd
6b18dee309
fixed root with depth in startTabBasedApp
6 jaren geleden
Leo Natan
fb212e968d
Update swizzles for RN scrollview
6 jaren geleden
yogevbd
24dfb69bd9
root with depth fix
6 jaren geleden
Nicolas Bonduel
c239985eb3
ScreenVisibilityListener now called on disappear methods (#2822 )
fixes https://github.com/wix/react-native-navigation/issues/1771
6 jaren geleden
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 jaren geleden
yogevbd
029440567e
fixed custom top bar alignment
6 jaren geleden
Daniel Zlotin
d240378a83
fix travis publish
6 jaren geleden
Daniel Zlotin
991c23983c
debug travis deploy
6 jaren geleden
yogevbd
459d469156
try rebuild in ci
6 jaren geleden