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
7 years ago
Guy Carmeli
2b24dff582
Fix flickering statusBar when showing modal (#1386 )
7 years ago
Guy Carmeli
1eb3bf66d3
Null check ReactContext in onActivityResult (#1380 )
Can be null if returning from another app and our activity wad destroyed in background
7 years ago
Ruslan.V
394e0960f8
[Android] Added fade & horizontal transition animations between screens (#1371 )
7 years ago
Ruslan.V
000eef1b1c
[iOS] Added fade transition animation between screens (#1367 )
* [iOS] Added fade transition animation between screens
* Update docs for #1367
7 years ago
Guy Carmeli
822afefd7e
Return empty Drawable when bridge isn't available (#1360 )
7 years ago
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
7 years ago
Kyle Johnson
0381fd0f98
Feature/set drawer enabled ios (#1347 )
* setDrawerEnabled with params side and enabled
* Tweak docs, small RCCDrawerController fix
* Correct indents
* Correct indents
7 years ago
Guy Carmeli
1d9b02d4a1
Use hardcoded BottomTabs height in visibility animator constructor (#1353 )
7 years ago
Guy Carmeli
3cd5f34804
Create styling-the-navigator.md
7 years ago
Leonardo Galante
f6f6dc597c
Add tabBarHidden key to docs (#1345 )
7 years ago
Guy Carmeli
6c11aad4ec
Title bar visibility bug (#1346 )
* Fix title bar not displayed if it was initially hidden
Also cleaned up VisibilityAnimator.
* Move visibility animator into topBar
7 years ago
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