Guy Carmeli
8fd1a231ad
Revert "Fix title bar not displayed if it was initially hidden (#1341 )" (#1342 )
This reverts commit 7919e65932 .
7 years ago
Guy Carmeli
7919e65932
Fix title bar not displayed if it was initially hidden (#1341 )
Also cleaned up VisibilityAnimator.
7 years ago
Doron Pearl
48fbe55599
upgrade example e2e tests to detox 5 + RN 44.2 (#1337 )
7 years ago
Matt Davies
3176aeb448
Add a way to dynamically enable/disable a side menu for Android (#1326 )
7 years ago
Grundmanis
94d01386a6
[iOS] Fix disabledBackGesture. (#1281 )
* Fix disabledBackGesture.
This `return self._disableBackGesture ? self._disableBackGesture : YES;` check is incorrect, it's the same as `true ? true : true;`.
Also `_disableBackGesture` was never set. We should just `return disabledBackGestureBool` (bool value of the prop).
* [iOS] Enable back swipe gesture when a navBar is hidden. Resolves this issue: https://github.com/wix/react-native-navigation/issues/930
added 03d380f8a9 back and also applied this fix https://github.com/wix/react-native-navigation/issues/428#issuecomment -278268928 on top of it
* Revert accidental commit: 3cdb1b37f6
7 years ago
Matt Davies
d74751dd80
Add screen events for side menus on Android (#1324 )
7 years ago
Daniel Zlotin
828c0616b7
1.1.85
7 years ago
Berkay Beyaz
c4f109e553
[iOS] Different Tabbar item text colors (#1276 )
Added different tabbar label colors
7 years ago
JackThomson2
6c5e15b711
Typo Fix (#1305 )
Fix in android specific use case
7 years ago
jbolter
7c00ff59e8
Update example AppDelegate to pass launchOptions to the bridge (#1306 )
7 years ago
Grundmanis
183fee0aef
[iOS] Added option to remove default tab bar shadow (hairline) (#1297 )
7 years ago
Guy Carmeli
5308c25ea9
Handle fling in collapsing header with image view (#1293 )
fixes #1284 #1248
7 years ago
Guy Carmeli
48669c9485
Crossfade collapsing titlebar background color (#1272 )
7 years ago
Guy Carmeli
50ac0100fe
Fix masonry item alignment issue
7 years ago
Guy Carmeli
8f268a7caf
Remove comments and logs
7 years ago
Guy Carmeli
8165ab9808
Update left button navigatorEventId when changing TopTabs (#1269 )
7 years ago
Guy Carmeli
a34ccb61a0
Fix status bar color not changing after dismissing contextual menu (#1267 )
Also listen to contextualMenuDismissed event in Actions screen
7 years ago
Guy Carmeli
cb0945dfdf
Minor tweeks to Masonry screen
- Adjust animation values
- Add drawUnderNavBar: true since it’s hidden. Should be done by the framework by default
7 years ago
Elliot Hesp
5641e4c733
Move example to origin
7 years ago
Guy Carmeli
14f0a9c06b
Revert "Example (#1258 )" (#1262 )
This reverts commit 1f40a41a09 .
7 years ago
Guy Carmeli
1f40a41a09
Example (#1258 )
* Move example to origin
* Minor tweeks to Masonry screen
- Adjust animation values
- Add drawUnderNavBar: true since it’s hidden. Should be done by the framework by default
7 years ago
Guy Carmeli
67add6643f
Update installation-android.md
7 years ago
Leonardo Galante
640f317714
Add compatibility with react-native link (#1245 )
7 years ago
Guy Carmeli
efb3bf7920
Update adding-buttons-to-the-navigator.md
7 years ago
Gevorg Gasparyan
01c62214f3
start activity with fade animation when animationType: 'fade' is passed (#1197 )
7 years ago
Omer Karakose
3e6e020d0b
android AppCompat & Design libs from 25.0.1 to 25.3.1 (#1228 )
7 years ago
Guy Carmeli
462ffcbb96
Fix multiple modal orientation issue (#1236 )
Orientation was reverted to the app orientation each time modal was dismissed.
7 years ago
Ramtin Khalatbari
632f449536
Fix sample code for MainActivity.java (#1230 )
7 years ago
Guy Carmeli
3bce9c9711
Cherrypick 53a93d6e4c (#1220 )
7 years ago
Daniel Zlotin
c5579fd17f
Update LICENSE
7 years ago
Guy Carmeli
2960e8db7f
Revert "Fling collapsing react view screens (#1213 )" (#1214 )
This reverts commit a2a9324b1e .
7 years ago
Guy Carmeli
a2a9324b1e
Fling collapsing react view screens (#1213 )
7 years ago
June Domingo
32e0442433
Remove extra line-break to fix rendering list in doc site. (#1207 )
7 years ago
June Domingo
7ff341a6cc
Update Docs (#1206 )
* Fix documentation website link
* Update docs
7 years ago
Guy Carmeli
2e590bb6e9
Update screen-api.md
7 years ago
Gevorg Gasparyan
061cb5b60a
add setTabButton instructions (#1195 )
7 years ago
Guy Carmeli
8dcc6d2096
Custom left button fixes (#1205 )
* navBarButtonColor was not applied to custom initial left button
* Dynamic custom button didn’t work
* Setting default icon (like menu or back button) after a custom icon was used didn’t work
7 years ago
Omer Karakose
82b349889b
Android modal life cycle screen events added, Fixes #1144 (#1200 )
7 years ago
Guy Carmeli
09fdf9a7e4
closes #1179 (#1199 )
7 years ago
Guy Carmeli
8c5ee7e6cd
Remove unused parameter from showSnackback (#1192 )
7 years ago
Gevorg Gasparyan
a92ec9527f
Bottomtab icon change (#1133 )
Change bottom tab bar button image at runtime
7 years ago
Loris Cro
8302064cec
navigator.setSubTitle() support for iOS (#1167 )
Add setSubTitle implementation for iOS + docs
7 years ago
Guy Carmeli
6aecc966ca
Update screen-api.md
Fix dead link
7 years ago
fqborges
79f07f8a8a
fix #1149 and the related issue in #43 #issuecomment-267370982 (#1188 )
Create BitmapDrawable using a constructor that actually uses the Resources reference
7 years ago
Guy Carmeli
30e41e6452
Set leftButton color when calling setStyle (#1187 )
7 years ago
Guy Carmeli
fa1e6a6b74
Update styling-the-navigator.md
Some navBar button properties were marked as common by mistake.
7 years ago
Elliot Hesp
1cb44fe699
Add basic splash screen example (#1186 )
7 years ago
Batyr Kanzitdinov
b32d0b6197
RNN + MobX boilerplate link added (#1178 )
7 years ago
Ran
249acca9a9
fix custom nav bar view and add initial props (#1172 )
7 years ago
Guy Carmeli
ec90050ee4
Document Snackbar
7 years ago