dror biran
2700277051
Moving to Wix Wiki
8 years ago
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
8 years ago
DanielZlotin
c26f148848
Merge pull request #270 from wix/yedidyak
Slightly more backwards compatibility in android leftButtons
8 years ago
Yedidya Kennard
62d61f0d6a
Slightly more backwards compatibility in android leftButtons
8 years ago
Guy Carmeli
cbeb1a02bc
Dismiss all modals in correct order
When more then one modal was displayed, and dismissAllModals
was called, the top most modal was dismissed until no modals
were visible. This resulted in quirky animation since user saw
all modals getting dismissed.
This commit simply changes to order in which modals are dismissed to
avoid this bug.
8 years ago
Guy Carmeli
5f5ff3cc7b
Clarify unsupported left button exception message
8 years ago
Guy Carmeli
41a87eeda9
Clarify unsupported left button exception message
8 years ago
Guy Carmeli
93b60e78f0
2.0.0-experimental.87
8 years ago
Guy Carmeli
c3bda3e0f9
Fix push to modal results in invisible modal
8 years ago
Guy Carmeli
d2f3d98372
2.0.0-experimental.86
8 years ago
Guy Carmeli
eb8579c24e
Use leftButtons api on Android like in iOS
This commit closes #224 and fixes #252 . Calling `setButtons` with
`leftButton` object still works for now but is deprecated and will be
removed in future version.
8 years ago
Daniel Zlotin
d06c7b670f
2.0.0-experimental.85
8 years ago
Daniel Zlotin
248ee9eb80
fixed drawer animation warning on iOS
8 years ago
Daniel Zlotin
2b58ae9536
2.0.0-experimental.84
8 years ago
Daniel Zlotin
c1f551acf9
fixed #66
8 years ago
Daniel Zlotin
f495fdbf94
2.0.0-experimental.83
8 years ago
Daniel Zlotin
39ca5c807f
fix killed in background bug && update package.json
8 years ago
Daniel Zlotin
5626528d69
Revert "Call recreate instead of finish and startActivity"
This reverts commit d3582d2780 .
8 years ago
Daniel Zlotin
40f775e48a
adapting to the new API
8 years ago
Daniel Zlotin
eb3b4695f1
gradle update
8 years ago
Daniel Zlotin
deafe9e9e3
implemented changes
8 years ago
Daniel Zlotin
5778b10977
env files after update
8 years ago
DanielZlotin
ef595e93a0
Merge pull request #1 from wix/master
merge upstream
8 years ago
Daniel Zlotin
478d013804
update package.json
8 years ago
Daniel Zlotin
5bdf38e510
update to RN31
8 years ago
Guy Carmeli
3a854dcb9d
2.0.0-experimental.82
8 years ago
Guy Carmeli
d86a85c05b
2.0.0-experimental.81
8 years ago
Guy Carmeli
27844bec58
Fix screen style in modal's initial screen
8 years ago
Guy Carmeli
ed2506e500
2.0.0-experimental.80
8 years ago
Guy Carmeli
23a91d0e5d
2.0.0-experimental.79
8 years ago
Guy Carmeli
4c20adaa72
Fix bottomTab not getting correct label on Android
8 years ago
Guy Carmeli
a3eda27984
2.0.0-experimental.78
8 years ago
Guy Carmeli
a545549420
Fix npe in BottomTabswhen appStyle is undefined. Again.
8 years ago
Guy Carmeli
425c049ca3
2.0.0-experimental.77
8 years ago
Guy Carmeli
f4717fd540
Fix npe in BottomTabswhen appStyle is undefined
fixes #253
8 years ago
Guy Carmeli
e2c38f04bc
2.0.0-experimental.76
8 years ago
Guy Carmeli
26136d3cb6
Show modal with animation
8 years ago
Guy Carmeli
0301bfc701
2.0.0-experimental.75
8 years ago
Guy Carmeli
661fec6b79
Add limited support for animationType on Android
This commit adds support for displaying an activity with no animation
by setting `animationType: none` when calling `startApp`. In the future
we can support more animation types if there's a demand for it.
8 years ago
Guy Carmeli
d3582d2780
Call recreate instead of finish and startActivity
8 years ago
Guy Carmeli
c9987b44d4
2.0.0-experimental.74
8 years ago
Guy Carmeli
098f0e509f
Add badge styling options
8 years ago
Guy Carmeli
75d9ed097e
Add badge styling example
8 years ago
Guy Carmeli
d8963f87a9
2.0.0-experimental.73
8 years ago
Guy Carmeli
2628683e0f
Implement setTabBadge in Android
8 years ago
Guy Carmeli
cd66729398
Add setTabBadge example
8 years ago
Guy Carmeli
b94458b262
Merge pull request #237 from edvinasbartkus/patch-1
Remove debugger
8 years ago
Edvinas Bartkus
c1a35a063a
Remove debugger
8 years ago
Guy Carmeli
1d65416c5b
2.0.0-experimental.72
8 years ago
Guy Carmeli
c93d4d93c8
Split selectBottomTab into two methods to prevent passing null parameters
8 years ago