Guy Carmeli
c10f41ff0e
Search android (#432 )
* Move event emmiter logic out of Application
* Implement searchView
Usage:
```js
rightButtons: [
{
id: 'searchView',
label: 'Search',
hint: 'Search...'
}
]
```
* Translucent TitleBar
* Collapse TopBar
* Less noticeable translucent effect
* Implement ScrollViewDetector
* Collapse on fling
* Collapse on touch up
Complete collapse on touch up instead of fling
hace 8 años
DanielZlotin
cfd2cbdde8
Update README.md
hace 8 años
Daniel Zlotin
f9ca4ee0f4
2.0.0-experimental.141
hace 8 años
Daniel Zlotin
67c6f0a188
2.0.0-experimental.140
hace 8 años
Daniel Zlotin
f22fbfe32e
2.0.0-experimental.139
hace 8 años
Guy Carmeli
c5ebbfba75
Fix splash screen not getting dismissed when app returns to forground
hace 8 años
Daniel Zlotin
62847a7d57
Merge branch 'upgrade'
hace 8 años
Guy Carmeli
981c7e0cdd
Fix compilation error with support library version mismatch
hace 8 años
Guy Carmeli
8c923b2818
Fix compilation error with support library version mismatch
hace 8 años
Daniel Zlotin
8034a603dd
update to RN0.37
hace 8 años
Daniel Zlotin
01facc4865
update to RN0.37
hace 8 años
Daniel Zlotin
0863bff91d
fixed deepFreezeAndThrowOnMutationInDev
hace 8 años
Daniel Zlotin
23fd224b4a
Merge branch 'master' into upgrade
hace 8 años
DanielZlotin
3992557d10
Merge pull request #357 from beast/RN33-onActivityResult-fix
[Android] Fix for RN33 onActivityResult interface change
hace 8 años
DanielZlotin
c226aee92e
Merge pull request #397 from WhatAKitty/Fix-immutable-error-after-updating-rn@0.35
Fix immutable error after updating rn@0.35
hace 8 años
Daniel Zlotin
7ce645fe36
version
hace 8 años
Daniel Zlotin
4bcf7c1113
version
hace 8 años
Daniel Zlotin
cd758e71d6
version
hace 8 años
Guy Carmeli
ee910b0db3
Rename parser
hace 8 años
Guy Carmeli
d5c77eb456
2.0.0-experimental.138
hace 8 años
Guy Carmeli
1a8f01a607
Expose navBarTransparent to Js
closes #21
hace 8 años
Guy Carmeli
376f4c4ad2
2.0.0-experimental.137
hace 8 años
Guy Carmeli
ec01544bd2
Set BottomTabs background color only if it is defined
This change means that in a tab based app, when pushing a screen
which did not declare `tabBarBackgroundColor` - the BottomTabs color
will persist from the previous screen and not be set to the default
color which is white. This eliminates the unwanted BottomTabs
background color change in this specific use case.
closes #409
hace 8 años
Guy Carmeli
1d0d7b0c32
Update README.md
hace 8 años
Guy Carmeli
e0b2f02e99
2.0.0-experimental.136
hace 8 años
Guy Carmeli
7c3b95f35d
Add ActivityCallbacks to Android
hace 8 años
Guy Carmeli
144827c3df
2.0.0-experimental.135
hace 8 años
Guy Carmeli
abc887419e
Merge pull request #406 from guyca/collapsingTopBar_squashed
CollapsingTopBar
hace 8 años
Guy Carmeli
2209566a90
Add CollapsingTopBar screen to Android example
hace 8 años
Guy Carmeli
e10ea83b78
Ellipsize text
hace 8 años
Guy Carmeli
6933a61b3b
CR fixes
hace 8 años
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
hace 8 años
WhatAKitty
ab0b78eb7b
Fix immutable error after updating rn@0.35
using deep clone.
hace 8 años
Guy Carmeli
c656630cb3
2.0.0-experimental.134
hace 8 años
Guy Carmeli
dd111f53cb
Handle deep links when app is created
hace 8 años
Guy Carmeli
89770b923b
Pass deep link to NavigationActivity
This commit introduces a simple mechanism to pass deep link data from
MainActivity/SplashActivity to NavigationActivity. Note that this will
not work if the application is already running.
hace 8 años
Ran
a05552e478
Merge pull request #379 from wix/fix_example_project
Fix example project
hace 8 años
Ran Greenberg
9a1bb15322
make example project works
hace 8 años
Guy Carmeli
7ce22f6d79
2.0.0-experimental.133
hace 8 años
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
hace 8 años
Guy Carmeli
f902087de8
2.0.0-experimental.132
hace 8 años
Guy Carmeli
cb5554c587
Add ContextualMenu methods to iOS
hace 8 años
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
hace 8 años
Guy Carmeli
3f6bbd776c
Fix ContextualMenu show animation
Also removes ContextualMenu after it is dismissed
hace 8 años
Guy Carmeli
f015bbcd4e
2.0.0-experimental.131
hace 8 años
Guy Carmeli
fef69648d6
version bump
hace 8 años
Guy Carmeli
f2ca102b1e
Add ability the change ContextualMenu colors
hace 8 años
Guy Carmeli
d72845a4fe
Fix concurrent modification exception
hace 8 años
Guy Carmeli
c9a71d8d0e
Fix back button color not getting set in ContextualMenu
hace 8 años
Guy Carmeli
c2623db9ce
2.0.0-experimental.128
hace 8 años