Guy Carmeli
4b756ce0b1
Send fab press events and collapse fab on action click
před 8 roky
Guy Carmeli
6d38148359
Save the world
před 8 roky
Guy Carmeli
285038b270
2.0.0-experimental.94
před 8 roky
Guy Carmeli
6a5c53b359
Add fab to example project
před 8 roky
Guy Carmeli
e6ab1b9384
Show fab in ViewPager first screen
před 8 roky
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
před 8 roky
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
před 8 roky
Guy Carmeli
d25ab7ce19
Assasinate LocalBroadcastReceiver in favor of a simple EventBus implementation
This is needed since some of the data we need to send in the events
can not be serialised and added to a Bundle.
před 8 roky
Guy Carmeli
9e3715e523
Fix Snackbar not dismissing bug
When Snackbar was displayed while another Snackbar was displayed,
the last ref to the current Snackbar was removed and it didn't get removed
when onScreenChange was called.
před 8 roky
Guy Carmeli
0b4f632c22
Style fab and actions
před 8 roky
Guy Carmeli
80b1416cd5
Getting there
* Animate actions
* Animate fab and actions with Snackbar
před 8 roky
Guy Carmeli
c40dbecdc6
f
před 8 roky
Guy Carmeli
cf34e02c2d
Add fabs to FloatingActionButtonCoordinator
před 8 roky
Guy Carmeli
91d1bac43c
Initial commit
před 8 roky
Daniel Zlotin
977202a28e
2.0.0-experimental.93
před 8 roky
Daniel Zlotin
388aa295b0
2.0.0-experimental.92
před 8 roky
Daniel Zlotin
69bedf8cbd
adapt old iOS api - temporarily
před 8 roky
Artal Druk
88e8c90955
fixed passProps for iOS when starting app (tabs or single screen)
před 8 roky
Daniel Zlotin
1a0731e0cb
2.0.0-experimental.91
před 8 roky
DanielZlotin
b018fe0a8d
Merge pull request #277 from DanielZlotin/master
Update react-native to 0.31.0
před 8 roky
Guy Carmeli
e2b38d4b40
Set navBarTextSubtitleColor in example project
před 8 roky
Guy Carmeli
e610223e1c
Support navBarTextSubtitleColor on Android
před 8 roky
Guy Carmeli
62877cf47c
Send sideMenu button press event when drawer not defined
fixes #274
před 8 roky
Guy Carmeli
d0db0620a8
2.0.0-experimental.90
před 8 roky
Guy Carmeli
86886d31f7
Fix newStack crash
před 8 roky
Guy Carmeli
aa90bee9ab
2.0.0-experimental.89
před 8 roky
Guy Carmeli
56b34d0bb6
Add setSubtitle example
před 8 roky
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
před 8 roky
Daniel Zlotin
ada43c42ed
Merge branch 'master' of https://github.com/DanielZlotin/react-native-navigation
před 8 roky
Daniel Zlotin
583f0444df
adapting to the new API
před 8 roky
Daniel Zlotin
0d3438689a
gradle update
před 8 roky
Daniel Zlotin
79ca9e56ce
implemented changes
před 8 roky
Daniel Zlotin
06b20c4a57
env files after update
před 8 roky
Daniel Zlotin
f71fac2ae8
update to RN31
před 8 roky
Guy Carmeli
8e5722383f
2.0.0-experimental.88
před 8 roky
Guy Carmeli
9b331aecb7
Merge branch 'snackbar'
před 8 roky
Guy Carmeli
9cb46fa547
Minor fixes to Snackbar
před 8 roky
Guy Carmeli
3c0fb47155
Add snackbar to example project
před 8 roky
Guy Carmeli
8999785b09
Hide Snackbar on screen changes
před 8 roky
Guy Carmeli
5cd911c6f8
Hide Snacker when ViewPager screen changes
před 8 roky
Guy Carmeli
4754164874
Snacker works in SingleScreenLayout
před 8 roky
Guy Carmeli
a76e7b25d8
Getting there
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works
před 8 roky
Guy Carmeli
df30086c6c
Snacker works on BottomTabsLayout
před 8 roky
dror biran
a2b70b40d7
Update README.md
před 8 roky
dror biran
d73df6dfe4
Update README.md
před 8 roky
dror biran
2700277051
Moving to Wix Wiki
před 8 roky
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
před 8 roky
DanielZlotin
c26f148848
Merge pull request #270 from wix/yedidyak
Slightly more backwards compatibility in android leftButtons
před 8 roky
Yedidya Kennard
62d61f0d6a
Slightly more backwards compatibility in android leftButtons
před 8 roky
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.
před 8 roky