levynir
125417e084
added a missing comma (#1412 )
added a missing comma in the 'style object format' so to help users who copy/paste this code block
7 lat temu
Guy Carmeli
0d6b895b1b
Set BottomTab colours only if needed (#1414 )
Fixes #1411
Each time a color attribute is set in AHBottomNavigation, all items in
the BottomTabs are recreated. If a badge is set, it is animated each
time items are recreated. This behaviour can even be seen in the gifs
in the repo https://github.com/aurelhubert/ahbottomnavigation
7 lat temu
Daniel Zlotin
2166e0276d
fixing travis
8 lat temu
Brendon Sled
abca139061
Fixed bottom tab bar animation setting the wrong value (#1403 )
8 lat temu
Daniel Zlotin
b21c9cb152
trigger build
8 lat temu
Daniel Zlotin
6ef95a4085
fix travis
8 lat temu
Daniel Zlotin
2c4c5c7446
react lifecycle events fixed on android
8 lat temu
Guy Carmeli
b9a3ceda60
Use animationType fade when starting the app
8 lat temu
Brendon Sled
c8af4fdf07
Fixed lightbox status bar color override on Android (#1396 )
* Fixed lightbox status bar color override on Android
* Added missing imports
8 lat temu
Guy Carmeli
0de47791fe
Reformat code (#1401 )
8 lat temu
Guy Carmeli
b4ad066b2f
Align FAB to screen when BottomTabs are hidden (#1400 )
8 lat temu
andrey
4c85cfde25
Add navBarSubtitleFontFamily to docs (#1395 )
8 lat temu
Grundmanis
ff803dd4b0
[iOS] Enable back swipe gesture when a navBar is hidden. Resolves this issue: https://github.com/wix/react-native-navigation/issues/930 (#1391 )
added 03d380f8a9 back and also applied this fix https://github.com/wix/react-native-navigation/issues/428#issuecomment -278268928 on top of it
8 lat temu
Henry Chan
f3e7d8788e
Update styling-the-tab-bar.md (#1394 )
Removing duplicate property
8 lat temu
Guy Carmeli
96934a3d2a
Update to RN 0.45.1
8 lat temu
Daniel Zlotin
de22a372da
allow creation of MainReactPackage and or NavigationReactPackage
8 lat temu
Daniel Zlotin
236e1d7c68
indentation
8 lat temu
Elaine N Hilliard
74266b05eb
Replace React.PropTypes with prop-types (#1373 )
React is now migrating away from React.PropTypes starting from v15.5.0
More info:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
8 lat temu
Guy Carmeli
2b24dff582
Fix flickering statusBar when showing modal (#1386 )
8 lat temu
Daniel Zlotin
c6f0ae8cf5
travis depth
8 lat temu
Daniel Zlotin
e2d771f6d9
fix e2e
8 lat temu
Daniel Zlotin
e1e95988e0
fixed releases and ios e2e on travis
8 lat temu
Daniel Zlotin
aa0e0d10f0
update RELEASE
8 lat temu
Daniel Zlotin
ead414c1ea
patch version is commit count
8 lat temu
Daniel Zlotin
aa6ce537ac
trigger build 5
8 lat temu
Daniel Zlotin
889e6218a6
trigger build 4
8 lat temu
Daniel Zlotin
bc1e2a81f7
trigger build 3
8 lat temu
Daniel Zlotin
4177966ec9
trigger build 2
8 lat temu
Daniel Zlotin
fcc5c856f7
trigger build 1
8 lat temu
Daniel Zlotin
c9f66c80de
cleanup CI
8 lat temu
Daniel Zlotin
cbc6529dd1
trigger build 7
8 lat temu
Daniel Zlotin
c059ea08ce
trigger build 6
8 lat temu
Daniel Zlotin
7fce4c43aa
trigger build 5
8 lat temu
Daniel Zlotin
f9b70feced
trigger build 3
8 lat temu
Daniel Zlotin
bdbdb86dcf
trigger build 2
8 lat temu
Daniel Zlotin
a037a29a58
trigger build 1
8 lat temu
Daniel Zlotin
673435bc80
install fbsimctl from HEAD
8 lat temu
Daniel Zlotin
d63d9a6aad
update deps
8 lat temu
Guy Carmeli
1eb3bf66d3
Null check ReactContext in onActivityResult (#1380 )
Can be null if returning from another app and our activity wad destroyed in background
8 lat temu
bogobogo
d1cf12f607
fixed some typos in v2 docs (#1368 )
8 lat temu
Ruslan.V
394e0960f8
[Android] Added fade & horizontal transition animations between screens (#1371 )
8 lat temu
Ruslan.V
000eef1b1c
[iOS] Added fade transition animation between screens (#1367 )
* [iOS] Added fade transition animation between screens
* Update docs for #1367
8 lat temu
Daniel Zlotin
66afbb4f06
refactor
8 lat temu
Daniel Zlotin
7d919d38e9
fix for late packer start
8 lat temu
Daniel Zlotin
c7c4507639
fix packager init
8 lat temu
Daniel Zlotin
f8f0ad21b4
packager edge case fix
8 lat temu
Guy Carmeli
822afefd7e
Return empty Drawable when bridge isn't available (#1360 )
8 lat temu
Daniel Zlotin
9de187e5b1
update v1tov2diff
8 lat temu
Daniel Zlotin
690840353e
dismissAllModals android
8 lat temu
Matt Davies
35c61b450f
Fixes for dynamically controlling iOS drawer status (#1356 )
* Fix iOS drawer status control
* Prevent MMDrawerController disabling UI interaction when accidentally assigning a nil drawer controller and toggling that drawer
8 lat temu