yogevbd
6b5fe80091
Add fix for sideMenu.openGestureMode
пре 6 година
Yogev Ben David
0a4bf2ade3
Add sideMenu.openGestureMode option (#4348 )
Until now controlling drawers touch gestures was impossible, drawers received gesture opening touch from the entire screen and that causes collisions with other gestures (which are implemented on the javascript side).
This commit adding modes for how sideMenu drawers gestures will receive opening touch.
```
{
sideMenu: {
openGestureMode: 'entireScreen' | 'bezel'
}
}
```
- `entireScreen`: drawer gesture will trigger drawer opening from the entire screen
- `bezel`: drawer gesture will trigger drawer opening only from the center screen bezel frame
The default didn't change.
пре 6 година
Henrik Raitasola
e32d8d2c1a
Refactor component name to be number also (#4326 )
Refactor component name to be number also
пре 6 година
Guy Carmeli
40d17460d3
Update README.md
пре 6 година
Guy Carmeli
904ede586a
Update README.md
пре 6 година
Guy Carmeli
142b6520dc
rename yaml to yml
пре 6 година
Guy Carmeli
f27f339e67
add support-bot config
пре 6 година
Guy Carmeli
56bed83b88
add stale config
пре 6 година
Ceyhun Ozugur
98e2dc2f18
[v2][Android] Remove deprecated enableAapt2 property from docs (#4343 )
Adding `android.enableAapt2=false` broke the build from Android Studio with an error `Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'`
Both command line and Android Studio builds worked fine after removing it.
пре 6 година
Guy Carmeli
5b088c9f09
Update Installing.md
пре 6 година
Minh Loi
bd004225b6
[Fix typescript] Add title alignment to OptionsTopBarTitle (#4341 )
Add title alignment to options
пре 6 година
Krzysztof Borowy
3b98553273
Android: Use proper key for bottom tab height (#4328 )
пре 6 година
yogevbd
b5d300f050
Closes #3608
пре 6 година
Guy Carmeli
77e2faa598
update lodash to resolve vulnerability alert CVE-2018-3721
пре 6 година
Ryan Carter
2087a0f4dd
updated broken docs links in READMEs (#4309 )
пре 6 година
Timmy Garrabrant
0a6e34f2dd
Add optional componentId param to bindComponent (#4299 )
пре 6 година
Yogev Ben David
708d594877
Avoid calling component generators on registerComponent (#4286 )
* Avoid calling component generators on registerComponent
* fix unit tests
* remove console.log
* fix coverage
* fix coverage
пре 6 година
Shalom Yerushalmy
05b63059d5
add ignore path
пре 6 година
Shalom Yerushalmy
aa9b17eb0e
fix ignore path
пре 6 година
Shalom Yerushalmy
fe4f6ca32e
remove test files coverage
пре 6 година
Minh Loi
b12ee944ea
Fix docs. Change bottomTab title to text (#4288 )
I believe there is a type in the docs. The title prop in bottomTab should be text.
пре 6 година
Shalom Yerushalmy
92b80efad3
Change release env var from jenkins
пре 6 година
Guy Carmeli
36c0046b3a
Create README.md
пре 6 година
Guy Carmeli
fde400bade
Delete README.md
пре 6 година
Guy Carmeli
5e4830b5a8
Update README.md
пре 6 година
Guy Carmeli
50300f5f85
Update README.md
пре 6 година
Guy Carmeli
d2c75961b9
Update README.md
пре 6 година
Guy Carmeli
a3be561388
Update docs
пре 6 година
Shalom Yerushalmy
8faa96a056
increase ios e2e workers (#4283 )
пре 6 година
Julian
52c35843d5
fix Documentation link (#4281 )
пре 6 година
Shalom Yerushalmy
9e36706f04
Add snapshot badge and fixed build badge
пре 6 година
Shalom Yerushalmy
d99cef8e40
Remove debug from release
пре 6 година
Shalom Yerushalmy
78be1d61ef
JS workaround for release script
пре 6 година
Shalom Yerushalmy
e04dfd2241
Last test release
пре 6 година
Shalom Yerushalmy
2dc4986365
test release
пре 6 година
Shalom Yerushalmy
970478bbda
debug release
пре 6 година
Guy Carmeli
1282131264
update docs
пре 6 година
Shalom Yerushalmy
dbac1832c0
Print releasing version
пре 6 година
Guy Carmeli
dcffef6e5c
Update readme
пре 6 година
Shalom Yerushalmy
209d74ce74
Change release script and versioning
пре 6 година
Guy Carmeli
dde3dba86a
update readme
пре 6 година
Guy Carmeli
b0c8113243
Merge branch 'master' into v2
пре 6 година
Raja Panidepu
a64920fef2
fix broken docs links (#4278 )
пре 6 година
Guy Carmeli
b944f65c2f
Attach root to rootLayout after modal dismiss
When dismissing a modal the root layout was added to modalsLayout instead of rootLayout.
пре 6 година
Danilo Bürger
8fc1dd5769
Added missing bottomTabSelected to ScreenVisibilityListener (#4275 )
пре 6 година
Kaden Wilkinson
5475a02889
[v2] [iOS] Remove OCMock files from being compiled into pod (#4272 )
* Remove OCMock files from being compiled into pod
* Add prepare script to build source when repo is cloned
* Revert package.json change
пре 6 година
Tihomir Valkanov
b16a63371e
Update detox package (#4276 )
I needed to update the package in order to build the playground project.
пре 6 година
Raja Panidepu
5244fa5a8a
Checking off statusbarhidden for Android (#4279 )
пре 6 година
Tihomir Valkanov
93696dfc44
Missing 'color' property (#4277 )
Missing 'color' property in the styling docs for the topBar background color.
пре 6 година
Yogev Ben David
643233c9e2
sideMenu.width should be initialized on viewController init (#4268 )
пре 6 година