Daniel Zlotin
1c41a0b39a
travis
8 年之前
Daniel Zlotin
cec1e2bc1b
travis
8 年之前
Daniel Zlotin
1d07bac863
without slashes
8 年之前
Daniel Zlotin
c165202069
try download android sdk
8 年之前
Daniel Zlotin
bae685458b
travis download android sdk
8 年之前
Daniel Zlotin
89df8b1fa9
travis should pass npm
8 年之前
Daniel Zlotin
e52c301714
should pass npm tests
8 年之前
Daniel Zlotin
6431a2c7bf
travis
8 年之前
Daniel Zlotin
4250d64cf0
travis
8 年之前
Daniel Zlotin
53ec1ba769
travis
8 年之前
Daniel Zlotin
4b870e24d6
travis
8 年之前
Daniel Zlotin
d1f5a5e2e2
travis
8 年之前
Daniel Zlotin
dcf3b65ee6
travis should not run android tests
8 年之前
Daniel Zlotin
b3b878d71f
travis test
8 年之前
Daniel Zlotin
86b621de0c
travis should pass now
8 年之前
Daniel Zlotin
9483f15290
travis
8 年之前
Daniel Zlotin
da97f6d047
travis
8 年之前
Daniel Zlotin
378881ca6e
travis
8 年之前
Daniel Zlotin
fcdc52b60a
travis
8 年之前
Daniel Zlotin
b1983f232f
added travis yml
8 年之前
Daniel Zlotin
28127266a6
yarn
8 年之前
Daniel Zlotin
084baaccbb
added jest
8 年之前
Matt Davies
cc393b6cdf
When starting the app, pass through extras included in the launch intent (#433 )
8 年之前
Guy Carmeli
2723557d47
Fix nope on activity reload
8 年之前
Guy Carmeli
e2b33428c0
Fix onActivityResult missing parameter
8 年之前
Guy Carmeli
20e30717d5
Remove previous ContextualMenu before adding new one
8 年之前
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
8 年之前
DanielZlotin
cfd2cbdde8
Update README.md
8 年之前
Daniel Zlotin
f9ca4ee0f4
2.0.0-experimental.141
8 年之前
Daniel Zlotin
67c6f0a188
2.0.0-experimental.140
8 年之前
Daniel Zlotin
f22fbfe32e
2.0.0-experimental.139
8 年之前
Guy Carmeli
c5ebbfba75
Fix splash screen not getting dismissed when app returns to forground
8 年之前
Daniel Zlotin
62847a7d57
Merge branch 'upgrade'
8 年之前
Guy Carmeli
981c7e0cdd
Fix compilation error with support library version mismatch
8 年之前
Guy Carmeli
8c923b2818
Fix compilation error with support library version mismatch
8 年之前
Daniel Zlotin
8034a603dd
update to RN0.37
8 年之前
Daniel Zlotin
01facc4865
update to RN0.37
8 年之前
Daniel Zlotin
0863bff91d
fixed deepFreezeAndThrowOnMutationInDev
8 年之前
Daniel Zlotin
23fd224b4a
Merge branch 'master' into upgrade
8 年之前
DanielZlotin
3992557d10
Merge pull request #357 from beast/RN33-onActivityResult-fix
[Android] Fix for RN33 onActivityResult interface change
8 年之前
DanielZlotin
c226aee92e
Merge pull request #397 from WhatAKitty/Fix-immutable-error-after-updating-rn@0.35
Fix immutable error after updating rn@0.35
8 年之前
Daniel Zlotin
7ce645fe36
version
8 年之前
Daniel Zlotin
4bcf7c1113
version
8 年之前
Daniel Zlotin
cd758e71d6
version
8 年之前
Guy Carmeli
ee910b0db3
Rename parser
8 年之前
Guy Carmeli
d5c77eb456
2.0.0-experimental.138
8 年之前
Guy Carmeli
1a8f01a607
Expose navBarTransparent to Js
closes #21
8 年之前
Guy Carmeli
376f4c4ad2
2.0.0-experimental.137
8 年之前
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
8 年之前
Guy Carmeli
1d0d7b0c32
Update README.md
8 年之前